blob: f03598c57fd194f0bea92dccb8a3368f184d6fc0 [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 = "x"
}