blob: 841412cb3ea9c1ab55eabf8eee4d189e75cc9272 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/type_parameters_on_void.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
;
static method main() dynamic
;