blob: 7cf8e238301b6c32433ecd0a3599c8af1fbbdab7 [file] [log] [blame]
library;
//
// 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
;