blob: b4234d15a50790fdefe6e5531b5e857df0846a38 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_34291.dart:9:1: Error: Expected 0 type arguments.
// lib.A<B> foo() {}
// ^
// 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 {}