5f9bad5905
Unlike the JVM target platform, the JS back-end does not track getters' and setters' usages separately, so when either accessor of some property is changed, all usages of that property will be rebuilt.
19 lines
370 B
Plaintext
Vendored
19 lines
370 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Compiling files:
|
|
src/inline.kt
|
|
src/useGetter.kt
|
|
src/useSetter.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|
|
|
|
================ Step #2 =================
|
|
|
|
Compiling files:
|
|
src/inline.kt
|
|
src/useGetter.kt
|
|
src/useSetter.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------ |