blob: 5e3c00de2aa613739d1504432461bc3e8193bc72 [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;
}