blob: 4d7939629508449f21b17a8c553dce3b4279e1df [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/type_with_parse_error.dart:21:7: Error: Expected ';' after this.
// int i
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
method foo() dynamic
;
}
class B<T extends core::Object? = dynamic> extends core::Object {
field core::int i;
synthetic constructor •() self::B<self::B::T%>
;
}
static method main() dynamic
;