mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
FIR: fix fir-specific incremental compilation testdata
This commit is contained in:
26
jps-plugin/testData/incremental/classHierarchyAffected/companionObjectNameChanged/fir-build.log
vendored
Normal file
26
jps-plugin/testData/incremental/classHierarchyAffected/companionObjectNameChanged/fir-build.log
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
================ 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
|
||||
|
||||
Reference in New Issue
Block a user