Tests with renamed method, incremental compilation between Kotlin and Java.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun willBeResolvedToOther() {
|
||||
fun JavaClass.f(s: String) {
|
||||
}
|
||||
|
||||
JavaClass().f(":|")
|
||||
}
|
||||
Reference in New Issue
Block a user