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
@@ -1,2 +0,0 @@
package DeeplyInnerClass
@@ -1,2 +0,0 @@
package InnerClass
@@ -1,3 +0,0 @@
package Simple
public open fun bar() : Unit
@@ -4,3 +4,7 @@ public open class Simple : java.lang.Object {
public constructor Simple()
public open fun foo() : Unit
}
package Simple {
public open fun bar() : Unit
}