blob: 78d52d9158e875c4c0612c5ade5acf2c231556e8 [file]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method test(dynamic x) dynamic {
#L1:
switch(x) {
#L2:
case #C1:
{
break #L1;
}
}
}
constants {
#C1 = 1
}