blob: 2a583d8e474ff9ed7ea95ec2a06799756b444f97 [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() {}
// ^^^
//
import self as self;
static method f() invalid-type
;