blob: c15c93c5e1deca2510b821ff15cebfea628ff9d4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::List<core::int*>* x;
core::List<core::num*>* y = let final dynamic #t1 = x in #t1.==(null) ? <dynamic>[] : #t1;
}