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