diff --git a/jps/jps-plugin/testData/incremental/pureKotlin/funRedeclaration/build.log b/jps/jps-plugin/testData/incremental/pureKotlin/funRedeclaration/build.log index 8581a0c52c8..1e5f3f89482 100644 --- a/jps/jps-plugin/testData/incremental/pureKotlin/funRedeclaration/build.log +++ b/jps/jps-plugin/testData/incremental/pureKotlin/funRedeclaration/build.log @@ -5,10 +5,5 @@ End of files Compiling files: src/fun2.kt End of files -Cleaning output files: -out/production/module/META-INF/module.kotlin_module -out/production/module/test/Fun1Kt.class -End of files -Compiling files: -src/fun1.kt -End of files \ No newline at end of file +COMPILATION FAILED +'public fun function(): kotlin.Unit' is already defined in test \ No newline at end of file diff --git a/jps/jps-plugin/testData/incremental/pureKotlin/propertyRedeclaration/build.log b/jps/jps-plugin/testData/incremental/pureKotlin/propertyRedeclaration/build.log index 03c96004241..60cc1bf3937 100644 --- a/jps/jps-plugin/testData/incremental/pureKotlin/propertyRedeclaration/build.log +++ b/jps/jps-plugin/testData/incremental/pureKotlin/propertyRedeclaration/build.log @@ -6,6 +6,4 @@ Compiling files: src/prop2.kt End of files COMPILATION FAILED -Platform declaration clash: The following declarations have the same JVM signature (getProperty()I): - fun (): kotlin.Int - fun (): kotlin.Int \ No newline at end of file +Redeclaration: property \ No newline at end of file