blob: 2678d446b48cb42006afc415f94d4d17590695db [file] [log] [blame]
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.{core::num::==}(null) ?{core::bool*} null : #t1.{core::int::isEven};
x = null;
}
static method main() dynamic {}