Files
sdk/tests
Erik Ernst 4f8af109af Correct primitive equality error test
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>
2023-01-23 22:24:35 +00:00
..
2023-01-19 16:24:29 +00:00
2023-01-20 12:37:49 +00:00
2023-01-20 12:37:49 +00:00
2023-01-23 08:56:14 +00:00
2023-01-23 08:56:14 +00:00
2023-01-20 18:20:17 +00:00
2023-01-09 15:48:57 +00:00
2023-01-23 12:55:22 +00:00
2023-01-19 16:24:29 +00:00
2023-01-19 16:24:29 +00:00
2023-01-23 12:55:22 +00:00
2023-01-23 12:55:22 +00:00
2023-01-05 01:26:52 +00:00
2022-12-19 12:56:47 +00:00
2022-02-14 14:06:34 +00:00

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.