blob: 7e5d61aad6543be56413cc87a0c307bc3e25240c [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/type_variable_prefix.dart:8:3: Warning: 'T.String' can't be used as a type because 'T' doesn't refer to an import prefix.
// T.String method() => "Hello, World!";
// ^
library;
import self as self;
import "dart:core" as core;
class C<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() void
;
method method() invalid-type
;
}
static method main() dynamic
;