blob: f282dc90ded74ba1514c581c41622fcde66e4665 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case final y as Object:
break;
}
}