mirror of
https://github.com/flutter/flutter.git
synced 2026-01-09 07:51:35 +08:00
Remove @override annotations from things which are not overrides (#180417)
These annotations are applied to top-level elements, which override nothing. A new warning from the Analyzer will start to report these.
This commit is contained in:
parent
33bde0ab44
commit
0f2514a61d
@ -405,7 +405,6 @@ class DelegatingLogger implements Logger {
|
||||
/// the first delegate with the matching type.
|
||||
///
|
||||
/// Throws a [StateError] if no matching delegate is found.
|
||||
@override
|
||||
T asLogger<T extends Logger>(Logger logger) {
|
||||
final original = logger;
|
||||
while (true) {
|
||||
|
||||
@ -1168,7 +1168,6 @@ class FakeIOSDeployDebugger extends Fake implements IOSDeployDebugger {
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
class FakeXcode extends Fake implements Xcode {
|
||||
FakeXcode({this.version});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user