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