blob: e09d7b9204749071e864e5a3ca63fedd414ee2c5 [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
}