OverloadResolver:
fix redeclaration diagnostics issue in incremental compilation (KT-6165)
J2K: OverloadUtil.kt
Original commit: 5170341624
This commit is contained in:
@@ -5,10 +5,5 @@ End of files
|
|||||||
Compiling files:
|
Compiling files:
|
||||||
src/fun2.kt
|
src/fun2.kt
|
||||||
End of files
|
End of files
|
||||||
Cleaning output files:
|
COMPILATION FAILED
|
||||||
out/production/module/META-INF/module.kotlin_module
|
'public fun function(): kotlin.Unit' is already defined in test
|
||||||
out/production/module/test/Fun1Kt.class
|
|
||||||
End of files
|
|
||||||
Compiling files:
|
|
||||||
src/fun1.kt
|
|
||||||
End of files
|
|
||||||
@@ -6,6 +6,4 @@ Compiling files:
|
|||||||
src/prop2.kt
|
src/prop2.kt
|
||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Platform declaration clash: The following declarations have the same JVM signature (getProperty()I):
|
Redeclaration: property
|
||||||
fun <get-property>(): kotlin.Int
|
|
||||||
fun <get-property>(): kotlin.Int
|
|
||||||
Reference in New Issue
Block a user