blob: 1d426198ceac3f6e52d2505f37981610502b5aa7 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/error_recovery/issue_39958_04.dart:1:1: Error: Type 'Foo' not found.
// Foo<int> f() {}
// ^^^
//
// pkg/front_end/testcases/general/error_recovery/issue_39958_04.dart:1:1: Error: Expected 0 type arguments.
// Foo<int> f() {}
// ^
//
import self as self;
static method f() invalid-type {}