Very simple test for resolving static members of java classes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace test
|
||||
|
||||
public open class test.Simple : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.Simple
|
||||
public open fun foo(): jet.Tuple0
|
||||
}
|
||||
Reference in New Issue
Block a user