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