0c7b9cf470
Bug: https://github.com/dart-lang/sdk/issues/40764 Change-Id: I58f0e9860dd000aa2d8e416c5fce7e8964db0ef8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137280 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
6 lines
59 B
Dart
6 lines
59 B
Dart
class A<X extends A<X>> {}
|
|
|
|
A get g => throw 0;
|
|
|
|
main() {}
|