blob: f1a73ba2d58be731095341d778548808e9e9e470 [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::int> y = let final core::List<core::int>? #t1 = x in #t1 == null ?{core::List<core::int>} <core::int>[] : #t1{core::List<core::int>};
core::List<core::int> z = y;
}