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.

Original commit: 5f9bad5905
This commit is contained in:
Alexey Tsvetkov
2017-08-24 04:11:28 +03:00
parent 92b567139c
commit 9aef8a5588
2 changed files with 38 additions and 0 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
------------------------------------------