mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:07:11 +00:00
86eb49ac19
Since user @staticInterop types are erased to JavaScriptObject, they should only be able to subtype other types that are :> JavaScriptObject, which are just JSObject and JSAny. Eventually all the other JS types will move to extension types and we can remove this check. Change-Id: If56b6770e141238b583937880ca87496780c8fac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316865 Reviewed-by: Joshua Litt <joshualitt@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> |
||
---|---|---|
.. | ||
co19 | ||
co19_2 | ||
corelib | ||
corelib_2 | ||
dartdevc | ||
dartdevc_2 | ||
ffi | ||
ffi_2 | ||
language | ||
language_2 | ||
lib | ||
lib_2 | ||
modular | ||
standalone | ||
standalone_2 | ||
web | ||
web_2 | ||
legacy_status_dart2js.csv | ||
OWNERS | ||
README.md |
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.