blob: 3f94f95310997506484b9bb133d6b1aeb4817d56 [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 = true
}