blob: bab0db53232c18d15d8550472fe70d9577381773 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_35259.dart:7:11: Error: 'Supertype' is already declared in this scope.
// factory Supertype() = Unresolved;
// ^^^^^^^^^
// pkg/front_end/testcases/regress/issue_35259.dart:6:11: Context: Previous declaration of 'Supertype'.
// factory Supertype() = Unresolved;
// ^^^^^^^^^
//
// pkg/front_end/testcases/regress/issue_35259.dart:6:25: Error: Couldn't find constructor 'Unresolved'.
// factory Supertype() = Unresolved;
// ^
//
// pkg/front_end/testcases/regress/issue_35259.dart:7:25: Error: Couldn't find constructor 'Unresolved'.
// factory Supertype() = Unresolved;
// ^
//
// pkg/front_end/testcases/regress/issue_35259.dart:7:25: Error: Redirection constructor target not found: 'Unresolved'
// factory Supertype() = Unresolved;
// ^
//
// pkg/front_end/testcases/regress/issue_35259.dart:6:25: Error: Redirection constructor target not found: 'Unresolved'
// factory Supertype() = Unresolved;
// ^
//
import self as self;
import "dart:core" as core;
class Supertype extends core::Object {
static final field dynamic _redirecting# = <dynamic>[self::Supertype::•]/*isLegacy*/;
static factory •() self::Supertype
return invalid-expression "pkg/front_end/testcases/regress/issue_35259.dart:6:25: Error: Redirection constructor target not found: 'Unresolved'
factory Supertype() = Unresolved;
^";
}
static method main() dynamic
;
Extra constant evaluation status:
Evaluated: ConstructorTearOff @ org-dartlang-testcase:///issue_35259.dart:5:7 -> ConstructorTearOffConstant(Supertype.)
Extra constant evaluation: evaluated: 2, effectively constant: 1