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.
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ Compiling files:
|
||||
src/Sub.java
|
||||
End of files
|
||||
COMPILATION FAILED
|
||||
java:ERROR:$PROJECT/src/Sub.java:2: y() in Sub cannot override y() in Super; overridden method is final
|
||||
y() in Sub cannot override y() in Super; overridden method is final
|
||||
Reference in New Issue
Block a user