blob: b8af5115164fc5be7b295b53ff56310f6621f07e [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:3: Warning: Can't use type arguments with type variable 'T'.
// Try removing the type arguments.
// T<U> v;
// ^
library;
import self as self;
import "dart:core" as core;
class Typed<T extends core::Object = dynamic> extends core::Object {
field invalid-type v;
synthetic constructor •() self::Typed<self::Typed::T>
;
}
static method main() dynamic
;