blob: 09f5764f97f6b402b2e79c843fc19dc289f1e1c2 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
static method test(dynamic x) dynamic {
#L1:
switch(x) /* dynamic */ {
#L2:
case #C1:
{
break #L1;
}
}
}
constants {
#C1 = null
}