blob: a30e20f2094d2670c627a90c66e905317fb78c8a [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test(dynamic x) dynamic {
const core::int y = #C1;
#L1:
switch(x) /* dynamic */ {
#L2:
case #C1:
{
break #L1;
}
}
}
constants {
#C1 = 1
}