Skip to content

Commit d148222

Browse files
committed
fix analysis error in fake
1 parent 7045d91 commit d148222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/test_package/lib/fake.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,8 @@ enum MacrosFromAccessors {
985985
/// Testing if docs for inherited method are correct.
986986
/// {@category NotSoExcellent}
987987
class SubForDocComments extends BaseForDocComments {
988+
SubForDocComments(bool thing) : super(thing);
989+
988990
/// Reference to [foo] and [bar]
989991
void localMethod(String foo, bar) {}
990992

0 commit comments

Comments
 (0)