27 lines
579 B
Plaintext
Vendored
27 lines
579 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Compiling files:
|
|
src/A.kt
|
|
src/companionExtension.kt
|
|
src/companionReferenceExplicit.kt
|
|
src/companionReferenceImplicit.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Unresolved reference: A.Companion
|
|
Unresolved reference: x
|
|
Unresolved reference: Companion
|
|
Unresolved reference: x
|
|
|
|
================ Step #2 =================
|
|
|
|
Compiling files:
|
|
src/A.kt
|
|
src/companionExtension.kt
|
|
src/companionReferenceExplicit.kt
|
|
src/companionReferenceImplicit.kt
|
|
End of files
|
|
Exit code: OK
|
|
|