blob: 0229f5c406da15e3687a20233fb2615fc60ebef7 [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*>["ab"];
if(b)
#t1.{core::List::add}{Invariant}("cd");
} =>#t1;
}