blob: 930929bce4086b2969a5124c2b9d20dfd2c0e3b0 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::bool* b = false;
block {
final core::List<core::String*>* #t1 = <core::String*>[];
#t1.{core::List::add}("ab");
if(b)
#t1.{core::List::add}("cd");
} =>#t1;
}