blob: 688fb59a817f6b5723499e7d874fc5ec24d0c687 [file]
library /*isNonNullableByDefault*/;
//
// 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 {
switch(1) {
#L1:
{}
}
}