blob: 839b1e9e1b1d931370044ac27fb27c3fd32f0f61 [file] [log] [blame]
test(dynamic x) {
const y = 1;
switch (x) {
case y as int:
break;
}
}