Skip to content

Commit 2505ba8

Browse files
authored
#3122. Fix typo in type_inference_A07_t01.dart (#3125)
1 parent 397d6b3 commit 2505ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LanguageFeatures/Static-access-shorthand/type_inference_A07_t01.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ main() {
4646
Expect.equals(1, c1.value);
4747

4848
C<int> c2 = .id("String").toInt(2);
49-
Expect.equals(1, c2.value);
49+
Expect.equals(2, c2.value);
5050

5151
ET<int> et1 = .new("String").toInt(3);
5252
Expect.equals(3, et1.v);

0 commit comments

Comments
 (0)