Supported propagation of vararg mark.
#KT-2776 in progress
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
namespace test
|
||||
|
||||
public abstract trait test.InheritNotVarargNotNull : java.lang.Object {
|
||||
public abstract trait test.InheritNotVarargNotNull.Sub : test.InheritNotVarargNotNull.Super {
|
||||
public abstract override /*1*/ fun foo(/*0*/ p0: jet.Array<out jet.String>): jet.Tuple0
|
||||
}
|
||||
public abstract trait test.InheritNotVarargNotNull.Super : java.lang.Object {
|
||||
public abstract fun foo(/*0*/ p0: jet.Array<out jet.String>): jet.Tuple0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user