4f8af109af
Implicitly induced noSuchMethod forwarders cannot eliminate primitive equality: They are not generated at all if they would override an explicit member declaration (here: `Object.hashCode` and `Object.[]`). Hence, the classes `Secret...` that we used to have (which were intended to do just that) were simply compile-time errors, and hence those classes and the locations where they were used are being removed in this CL. Change-Id: Id1a1f9bc1a2f7ce1886388d6938d0d0a4da45d84 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279394 Reviewed-by: Lasse Nielsen <lrn@google.com> Commit-Queue: Erik Ernst <eernst@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.