blob: 64ebda6e4958c54a5077149503736d35c5157538 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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
;