We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b22cc7 commit ec49748Copy full SHA for ec49748
testing/test_package/lib/example.dart
@@ -36,7 +36,7 @@ final topLevelInternal = 'not documented';
36
37
/// top level testing function
38
@visibleForTesting
39
-String testingMethod() => 'not documented'
+String testingMethod() => 'not documented';
40
41
/// This is the same name as a top-level const from the fake lib.
42
const incorrectDocReference = 'same name as const from fake';
@@ -133,11 +133,11 @@ class Apple {
133
134
/// No public docs for this
135
@internal
136
- int? internalField
+ int? internalField;
137
138
139
140
- int? testField
+ int? testField;
141
142
///Constructor
143
Apple();
0 commit comments