Skip to content

Commit

Permalink
Fixes dart-lang#3006. Fix a typo in type_inference_A01_t06.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Dec 6, 2024
1 parent 2d1547e commit 3013eca
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 3013eca

Please sign in to comment.