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,5 @@
public class JavaClass {
public void f(String s) {
}
}