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