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