blob: 3961a70585ee408493562ec800a34e357c604089 [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 •() void
;
}
static method main() dynamic
;