Merged static members test into LoadJava.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
package DeeplyInnerClass
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
package InnerClass
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
package Simple
|
||||
|
||||
public open fun bar() : Unit
|
||||
+4
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user