Skip to content

Commit

Permalink
Fixes #3006. Fix a typo in type_inference_A01_t06.dart (#3007)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Dec 6, 2024
1 parent 44b0733 commit a1ab34d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class A {
}

class C extends A {
int v;
C(int v) : super(v);
C.id(int v) : super.id(v);

Expand Down

0 comments on commit a1ab34d

Please sign in to comment.