644447db84
The patch enables the direct dependency between fake override inline function and its implementation from the base class. Because klibs do not keep a signature of fake override implementation, incremental cache can not use the signature index, therefore the signature is serialized to a cache file as is. ^KT-51896 Fixed
12 lines
219 B
Plaintext
Vendored
12 lines
219 B
Plaintext
Vendored
MODULES: lib1, lib2, main
|
|
|
|
STEP 0:
|
|
libs: lib1, lib2, main
|
|
dirty js: lib1, lib2, main
|
|
STEP 1:
|
|
libs: lib1, lib2, main
|
|
dirty js: lib1, lib2, main
|
|
STEP 2:
|
|
libs: lib1, lib2, main
|
|
dirty js: lib1, main
|