blob: 46e7e05006428ddb0b105355019a863034ecf3e2 [file] [log] [blame]
library;
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"
}