Merged static members test into LoadJava.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user