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