blob: b4e8ac49806e406527cc612784cf4e231f7adc35 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29981.dart:6:3: Error: Expected 1 type arguments.
// C<String, String> field;
// ^
//
import self as self;
import "dart:core" as core;
class C<T extends core::Object? = dynamic> extends core::Object {
field invalid-type field;
synthetic constructor •() self::C<self::C::T%>
;
}
static method main() dynamic
;