File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ const String COMPLEX_COLOR = 'red' + '-' + 'green' + '-' + 'blue';
31
31
const DO_NOT_DOCUMENT = 'not documented' ;
32
32
33
33
/// top level internal variable
34
+ // ignore: invalid_internal_annotation
34
35
@internal
35
36
final topLevelInternal = 'not documented' ;
36
37
@@ -173,7 +174,8 @@ class Apple {
173
174
*/
174
175
void notAPublicMethod () {}
175
176
176
- /// No public docs for this
177
+ /// No public docs for this
178
+ // ignore: invalid_internal_annotation
177
179
@internal
178
180
void internalMethod () {}
179
181
@@ -250,8 +252,6 @@ class B extends Apple with Cat {
250
252
void abstractMethod () {}
251
253
252
254
@override void internalMethod () {}
253
-
254
- @override void testMethod () {}
255
255
}
256
256
257
257
/// Reference to nullable type: [Apple?] and null-checked variable [myNumber!] .
You can’t perform that action at this time.
0 commit comments