628dd02bc8
Part of https://github.com/dart-lang/sdk/issues/49749 Change-Id: I0d29a875a6a0d3bac5c20309a1b4a6c8b48618f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277960 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
typedef B<unrelated X extends core::Object? = dynamic> = self::A;
|
|
class A extends core::Object {
|
|
synthetic constructor •() → self::A
|
|
;
|
|
}
|
|
static method test(dynamic x) → dynamic
|
|
;
|
|
static method _#B#new#tearOff<unrelated X extends core::Object? = dynamic>() → self::A
|
|
return new self::A::•();
|