blob: abbbf261b3a24821999990031c2e1087f71fc212 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "org-dartlang-testcase:///issue_43084_lib.dart";
static method main() dynamic
;
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/with_dependencies/issue_43084/issue_43084_lib.dart:10:16: Error: Can't create typedef from non-function type.
// typedef Bar<X> = Foo<X>;
// ^
//
import self as self2;
import "dart:core" as core;
typedef Bar<unrelated X extends core::Object? = dynamic> = invalid-type;
class Foo<X extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self2::Foo<self2::Foo::X%>
;
}