Added tests with class/function used in Java

This commit is contained in:
Evgeny Gerashchenko
2015-01-15 14:56:46 +03:00
parent 4b20435ec9
commit 4cede47c70
5 changed files with 18 additions and 1 deletions
@@ -0,0 +1,5 @@
class RandomJavaClass {
void g() {
foo.FooPackage.usedInJava();
}
}
@@ -0,0 +1,4 @@
package foo
fun usedInJava() {
}