blob: 76beb17360ec52cf9927265222b3d3ea310aa65b [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
(core::int, core::List<core::int>) r1 = (1, #C2);
}
constants {
#C1 = 42
#C2 = <core::int>[#C1]
}