blob: bac69041fa2eed770dcda4059d462b7f8d51b672 [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("one");
}
}
}
constants {
#C1 = 1
}