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