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