Tests with renamed method, incremental compilation between Kotlin and Java.

This commit is contained in:
Evgeny Gerashchenko
2014-10-23 18:01:10 +04:00
parent e1180983aa
commit 335c3f4506
14 changed files with 128 additions and 20 deletions
@@ -0,0 +1,6 @@
fun willBeResolvedToOther() {
fun JavaClass.f(s: String) {
}
JavaClass().f(":|")
}