88bf3d9298
#KT-2776 fixed
11 lines
443 B
Plaintext
11 lines
443 B
Plaintext
namespace test
|
|
|
|
public abstract trait test.InheritNotVarargPrimitive : java.lang.Object {
|
|
public abstract trait test.InheritNotVarargPrimitive.Sub : test.InheritNotVarargPrimitive.Super {
|
|
public abstract override /*1*/ fun foo(/*0*/ p0: jet.IntArray?): jet.Tuple0
|
|
}
|
|
public abstract trait test.InheritNotVarargPrimitive.Super : java.lang.Object {
|
|
public abstract fun foo(/*0*/ p0: jet.IntArray?): jet.Tuple0
|
|
}
|
|
}
|