blob: 349a6cbf5dd3c5d2d450c51f4f001c5d58179d77 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue45490.dart:7:29: Error: Expected '>' after this.
// class test<X extends A> = A<X extends A<X>>;
// ^
//
// pkg/front_end/testcases/general/issue45490.dart:7:44: Error: Expected 'with' before this.
// class test<X extends A> = A<X extends A<X>>;
// ^
//
import self as self;
import "dart:core" as core;
class A<X extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::A<self::A::X%>
;
}
static method main() dynamic
;