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