blob: 47b797f42cca6e9ba9cfa17544b91b48e152240c [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 == null ?{core::bool*} null : #t1.{core::int::isEven}{core::bool*};
x = null;
}
static method main() dynamic {}