blob: 99a077c703ee88bd1897d7d1cced4a4aa4d703be [file] [log] [blame]
library redirecting_factory_constructors.typeparambounds_test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class X extends core::Object {
synthetic constructor •() self::X
;
}
class Y extends self::X {
synthetic constructor •() self::Y
;
}
class A<T extends core::Object? = dynamic, S extends self::A::T% = dynamic> extends core::Object {
static final field dynamic _redirecting# = <dynamic>[self::A::redir]/*isLegacy*/;
constructor •(self::A::T% t, self::A::S% s) self::A<self::A::T%, self::A::S%>
;
static factory redir<T extends core::Object? = dynamic, S extends self::A::redir::T% = dynamic>(self::A::redir::T% t, self::A::redir::S% s) self::A<self::A::redir::T%, self::A::redir::S%>
return new self::A::•<self::A::redir::T%, self::A::redir::S%>(t, s);
}
static method main() dynamic
;
Extra constant evaluation status:
Evaluated: ConstructorTearOff @ org-dartlang-testcase:///redirecting_factory_typeparambounds_test.dart:16:7 -> ConstructorTearOffConstant(A.redir)
Extra constant evaluation: evaluated: 5, effectively constant: 1