| library /*isNonNullableByDefault*/; | |
| import self as self; | |
| import "dart:core" as core; | |
| static method test(dynamic x) → dynamic { | |
| #L1: | |
| { | |
| final dynamic y; | |
| final dynamic #0#0 = x; | |
| if(!(#0#0 == null) ?{core::bool} let final dynamic #t1 = y = #0#0 in true : false) { | |
| { | |
| break #L1; | |
| } | |
| } | |
| } | |
| } |