8903504334
Previous test had an inline setter that didn't produce any effect, thus, corresponding code was removed by new DCE. Make sure that changes made in the inline property are caught up by IC.
22 lines
582 B
Plaintext
Vendored
22 lines
582 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/inline/InlineKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/inline.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/usage.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/usage/UsageKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/usage.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------ |