blob: 76b114cc3cc9266a2461fe26466b22826d467fe8 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:3: Error: Can't use type arguments with type variable 'T'.
// Try removing the type arguments.
// T<U> v;
// ^
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:5: Error: 'U' isn't a type.
// T<U> v;
// ^
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:3: Error: Expected 0 type arguments.
// T<U> v;
// ^
// Unhandled errors:
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:3: Error: Can't use type arguments with type variable 'T'.
// Try removing the type arguments.
// T<U> v;
// ^
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:5: Error: 'U' isn't a type.
// T<U> v;
// ^
//
// pkg/front_end/testcases/regress/issue_31190.dart:6:3: Error: Expected 0 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 = null;
synthetic constructor •() self::Typed<self::Typed::T>
: super core::Object::•()
;
}
static method main() dynamic {}