Files
kotlin-fork/js/js.translator/testData/incremental/invalidation/enum/project.info
T
Alexander Korepanov 47bbd5e8c1 [JS IR] Add work around in EnumEntriesList for JS IR to avoid name clashes
JS IR generates bridges with type checks for special class methods,
 however if parent and child type parameters are same,
 the JS signature for the generated brige will be clashed with
 the JS signature of original method.

 This patch changes type parameter name of EnumEntriesList to avoid the clash.

^KT-54011 Fixed
2022-09-16 07:19:20 +00:00

17 lines
285 B
Plaintext
Vendored

MODULES: lib1, main
STEP 0:
libs: lib1, main
dirty js: lib1, main
STEP 1:
libs: lib1, main
dirty js: lib1
STEP 2:
language: +EnumEntries
libs: lib1, main
dirty js: main, lib1
STEP 3:
language: +EnumEntries
libs: lib1, main
dirty js: main, lib1