47bbd5e8c1
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
17 lines
285 B
Plaintext
Vendored
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
|