blob: 2a057400bb3a035386edab7fb5b30054cd41ba1a [file] [log] [blame]
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:
{}
}
}