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