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.
This commit is contained in:
Alexey Tsvetkov
2017-08-24 04:11:28 +03:00
parent 73b63bb343
commit 5f9bad5905
5 changed files with 50 additions and 4 deletions
@@ -0,0 +1,19 @@
================ 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
------------------------------------------
@@ -0,0 +1,19 @@
================ 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
------------------------------------------