afb62ffc0c
- enumMemberChanged, flagsAndMemberInSameClassChanged: added top level function results in a file class being generated - companionObjectNameChanged: one more file is marked as dirty after the changes in build 1.2.70-dev-1439
39 lines
1.0 KiB
Plaintext
Vendored
39 lines
1.0 KiB
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/Enum.class
|
|
out/production/module/EnumKt.class
|
|
out/production/module/META-INF/module.kotlin_module
|
|
End of files
|
|
Compiling files:
|
|
src/Enum.kt
|
|
End of files
|
|
Marked as dirty by Kotlin:
|
|
src/useBecameNullable.kt
|
|
Exit code: ADDITIONAL_PASS_REQUIRED
|
|
------------------------------------------
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/UseBecameNullableKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/useBecameNullable.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
|
|
|
|
================ Step #2 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/Enum.class
|
|
out/production/module/EnumKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/Enum.kt
|
|
src/useBecameNullable.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------
|