blob: 35951e5d4c1ed05d9a7517309d7b28e4996acbf4 [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/regress/issue_34291.dart:9:1: Error: Expected 0 type arguments.
// lib.A<B> foo() {}
// ^
library;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() self::B
: super core::Object::•()
;
}
static method foo() invalid-type {}
static method main() dynamic {}