blob: 0e06a53cf832eb2bc9ce6e6c79f5332491c38d06 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case a.b as Object:
break;
}
}