Files
kotlin-fork/js/js.translator/testData/incremental/invalidation/interfaceSuperUsage/project.info
T
Alexander Korepanov 5f10e605a9 [JS IR] Don't check an interface method default impl during JS translation
We do not need to check a default implementation of the interface during
 the translation to JS because it must be checked before.

 Moreover, this check breaks the produced JS code
 if IR is partial loaded, e.g. during the incremental rebuild.

^KT-55716 Fixed
2023-01-09 09:46:17 +00:00

24 lines
388 B
Plaintext
Vendored

MODULES: lib1, main
STEP 0..3:
libs: lib1, main
dirty js: lib1, main
STEP 4:
libs: lib1, main
dirty js: lib1
STEP 5:
libs: lib1, main
dirty js: lib1, main
STEP 6:
libs: lib1, main
dirty js: lib1
STEP 7:
libs: lib1, main
dirty js: lib1, main
STEP 8:
libs: lib1, main
dirty js: lib1
STEP 9..10:
libs: lib1, main
dirty js: lib1, main