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