| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/general/switch_error_recovery.dart:9:5: Error: Expected to find 'case'. | |
| // C<int, int> case 1: break; | |
| // ^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| class C<X extends core::Object? = dynamic, Y extends core::Object? = dynamic> extends core::Object { | |
| synthetic constructor •() → self::C<self::C::X%, self::C::Y%> | |
| : super core::Object::•() | |
| ; | |
| } | |
| static method main() → void { | |
| #L1: | |
| switch(1) /* core::int */ { | |
| #L2: | |
| {} | |
| } | |
| } |