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