| Index: test/kernel/regression/issue_000043.dart
|
| diff --git a/test/kernel/regression/issue_000032.dart b/test/kernel/regression/issue_000043.dart
|
| similarity index 89%
|
| copy from test/kernel/regression/issue_000032.dart
|
| copy to test/kernel/regression/issue_000043.dart
|
| index 21222e2f1945ca7b0341ba194d58dffa77566694..4aed858dec9877a1be50ac3b43da6070c0aefd14 100644
|
| --- a/test/kernel/regression/issue_000032.dart
|
| +++ b/test/kernel/regression/issue_000043.dart
|
| @@ -3,9 +3,5 @@
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| class C {
|
| - C<
|
| -}
|
| -
|
| -main() {
|
| - C<
|
| + get x => '$C'.hashCode;
|
| }
|
|
|