blob: 98d11baf778daa5bd769585cdf20ac8146785389 [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 •() void
: super core::Object::•()
;
}
static method foo() invalid-type {}
static method main() dynamic {}