Compilation errors are rendered to log without "Kotlin:ERROR:" prefix and without path to file. Sometimes javac adds path to file, sometimes doesn't. This had led tests to fail on some platforms.
Original commit: 9c880de735
This commit is contained in:
+1
-1
@@ -15,4 +15,4 @@ src/willBeResolvedToOther.kt
|
||||
src/willBeUnresolved.kt
|
||||
End of files
|
||||
COMPILATION FAILED
|
||||
Kotlin:ERROR:Unresolved reference: f
|
||||
Unresolved reference: f
|
||||
Reference in New Issue
Block a user