a56642e9a1
Several changes are made: - createDartExport now does not export methods that define type parameters. - createStaticInteropMock adds conformance checks to make sure implementing members can handle all possible values of a type parameter in an interop member. An error is added to reduce confusion around this. - Export creator now uses dart:js_interop_unsafe for a lot of its lowering as the dart:js_util equivalents are buggy when it comes to calling exported functions in JS with JS types. - Small code changes are added to backends to handle the above changes. Change-Id: Ie3b6b157930537267f270b60373b2b17e0a14344 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316141 Reviewed-by: Joshua Litt <joshualitt@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Stephen Adams <sra@google.com> Commit-Queue: Srujan Gaddam <srujzs@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.