blob: 7143a5647e6aacb92201ed2c73dd9f3327f030ae [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
switch(1) /* core::int */ {
#L1:
case #C1:
{
core::print("two");
}
}
}
constants {
#C1 = 2
}