8316953259
For diagnostics without any parameters, the given text is simply rendered as a String, so no symbols should be escaped. For diagnostics with parameters, the format in java.text.MessageFormat is used, so one single quote is erased and two single quotes become one single quote in the rendered text.
41 lines
1.0 KiB
Plaintext
Vendored
41 lines
1.0 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/Base$A.class
|
|
out/production/module/Base$B.class
|
|
out/production/module/Base.class
|
|
End of files
|
|
Compiling files:
|
|
src/Base.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/use.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/UseKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/use.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
'when' expression must be exhaustive, add necessary 'is C' branch or 'else' branch instead
|
|
|
|
================ Step #2 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/Base$A.class
|
|
out/production/module/Base$B.class
|
|
out/production/module/Base$C.class
|
|
out/production/module/Base.class
|
|
End of files
|
|
Compiling files:
|
|
src/Base.kt
|
|
src/use.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|