a3953f12c7
In preparation for fixing #60490 TEST=existing Change-Id: Iad3448a30de91e62f0d60bbaa9c425bc4706c799 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/421100 Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
typedef B<unrelated X extends core::Object? = dynamic> = self::A;
|
|
class A extends core::Object {
|
|
field core::int? field;
|
|
synthetic constructor •() → self::A
|
|
;
|
|
}
|
|
static method test(dynamic x) → dynamic
|
|
;
|
|
static synthetic method _#B#new#tearOff<unrelated X extends core::Object? = dynamic>() → self::A
|
|
return new self::A::•();
|