dart-sdk/tests/language/nnbd/is_type_test
Nicholas Shahan 57a8ffd6b1 [ddc] Fix is type tests on nullable types
Types that are represented by primitives in JS were dropping the
nullable portion when used in `is` type tests.

Add regression test expectations for all built in dart types and
a version of the tests that can run with sound null safety.

Change-Id: I155a673ac23132eb06749d890bce272db3248b33
Fixes: https://github.com/dart-lang/sdk/issues/42851
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156060
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2020-07-27 23:32:18 +00:00
..
legacy_library.dart
null_is_test.dart [ddc] Fix is type tests on nullable types 2020-07-27 23:32:18 +00:00
null_is_type_in_legacy_lib_test.dart [ddc] Fix is type tests on nullable types 2020-07-27 23:32:18 +00:00
null_is_type_in_null_safe_lib_test.dart [ddc] Fix is type tests on nullable types 2020-07-27 23:32:18 +00:00
null_safe_library.dart