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