Skip to content

Commit

Permalink
dart-lang#2145. Fix roll failure (LateInitializationError)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Sep 2, 2023
1 parent 90598f1 commit 36e49c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class C {

main() {
x1 = 1 as dynamic;
x2 = 2 as dynamic;
x1.expectStaticType<Exactly<int?>>();
x2.expectStaticType<Exactly<int>>();
x3.expectStaticType<Exactly<int?>>();
Expand Down

0 comments on commit 36e49c1

Please sign in to comment.