Renamed and refactored test.

Original commit: ad8affe07c
This commit is contained in:
Evgeny Gerashchenko
2014-06-03 21:50:06 +04:00
parent db8def641d
commit 178d7793e9
8 changed files with 26 additions and 15 deletions
@@ -0,0 +1,11 @@
public class JFirst {
JSecond s = null;
public void foo() {
}
public static void main(String[] args) {
System.out.println(1);
}
}
@@ -0,0 +1,7 @@
package kt2
fun foo() {
kt1.foo()
}
fun bar() {}