Merged static members test into LoadJava.

This commit is contained in:
Evgeny Gerashchenko
2013-03-07 15:58:07 +04:00
parent d76de90931
commit 05e29af792
13 changed files with 24 additions and 79 deletions
@@ -0,0 +1,10 @@
package test
public open class Simple : java.lang.Object {
public constructor Simple()
public open fun foo() : Unit
}
package Simple {
public open fun bar() : Unit
}