blob: f7b5895008cba65d4a23f1eb5906428ffe1c63c9 [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("two");
}
}
}
constants {
#C1 = 2
}