Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/inlinePropertyInClass/js-build.log
T
Alexey Tsvetkov 5f9bad5905 Add JS specific build logs to inline properties IC tests
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.
2017-08-29 04:28:07 +03:00

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
------------------------------------------