Skip to content

Commit

Permalink
#2145. Fix roll failure (LateInitializationError) (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Sep 4, 2023
1 parent 7bf88af commit ea1107d
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 ea1107d

Please sign in to comment.