blob: b0e65bde097a1ad425f3a9e3d46351ed479a2d33 [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>[#C1];
if(b)
#t1.{core::List::add}{Invariant}(#C2){(core::String) → void};
} =>#t1;
}
constants {
#C1 = "ab"
#C2 = "cd"
}