blob: b95387a8793c0e8178f5f6db5e7f4bb23e38c251 [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/regress/issue_35259.dart:7:11: Error: 'Supertype' is already declared in this scope.
// factory Supertype() = Unresolved;
// ^^^^^^^^^
library;
import self as self;
import "dart:core" as core;
class Supertype extends core::Object {
static field dynamic _redirecting# = <dynamic>[self::Supertype::•];
static factory •() self::Supertype
let dynamic #redirecting_factory = "Unresolved" in invalid-expression;
}
static method main() dynamic {
core::print(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#Supertype, 32, const <core::Type>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}))));
}