Merged static members test into LoadJava.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package test
|
||||
|
||||
public open class InnerClass : java.lang.Object {
|
||||
public constructor InnerClass()
|
||||
|
||||
public open inner class Inner : java.lang.Object {
|
||||
public constructor Inner()
|
||||
public open fun foo() : Unit
|
||||
}
|
||||
|
||||
public open class Nested : java.lang.Object {
|
||||
public constructor Nested()
|
||||
public open fun bar() : Unit
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user