blob: 0698786406fefa9692cc6e60294430721bc63912 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/error_recovery/issue_39958_01.dart:1:5: Error: Type 'void' can't have type arguments.
// Try removing the type arguments.
// void<int> f() {}
// ^
//
import self as self;
static method f() void
;