library; | |
import self as self; | |
import "dart:core" as core; | |
static method test() → dynamic { | |
core::int* x = 3; | |
let final core::int* #t1 = x in #t1 == null ?{core::bool*} null : #t1.{core::int::isEven}{core::bool*}; | |
x = null; | |
} | |
static method main() → dynamic {} |