blob: 8d80aa82489d916225d65a91bd5590119fd738cd [file] [log] [blame]
// 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 •() void
: super core::Object::•()
;
}
static method foo() invalid-type {}
static method main() dynamic {}