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