Files
kotlin-fork/jps/jps-plugin/testData/incremental/lookupTracker/jvm/syntheticProperties/fir-build.log
T
Ilya Chernikov 1989e8f094 IC tests: add infrastructure for K1/K2 lookups comparison
Adapt lookup tests to allow running K1 and K2 on the same testdata
and compare the lookups recorded.
2024-03-12 11:38:06 +00:00

21 lines
565 B
Plaintext
Vendored

==== INITIAL BUILD ====
Compiling files:
src/KotlinClass.kt
src/usages.kt
Exit code: COMPILATION_ERROR
Unresolved reference 'setFoo'.
'val' cannot be reassigned.
Overload resolution ambiguity between candidates:
var bazBaz: Int
val bazBaz: Int
Overload resolution ambiguity between candidates:
var bazBaz: Int
val bazBaz: Int
Unresolved reference 'boo'.
Overload resolution ambiguity between candidates:
var bazBaz: Int
val bazBaz: Int
Overload resolution ambiguity between candidates:
var bazBaz: Int
val bazBaz: Int
Unresolved reference 'boo'.