blob: 1499eab3686fea4f01fd526e330b5b9082329e80 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case 1.0 as Object:
break;
}
}