33dd27771d
- Adds some missing type check cases to check whether a Dart class that implements a JS class properly type-checks and vice versa. Also adds the generic version of those cases. - Furthermore, this file contains a number of tests that are broken in both compilers so it's currently marked as failing on all configurations. Instead of doing this, we mark the current status for each individual test in the expectation, and place the real expected value in a comment next to it. That way, if the current status changes, we can detect it. Change-Id: I7b208863fdebdf80b3735fae896943da65ecf69a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/378565 Commit-Queue: Srujan Gaddam <srujzs@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com>