4da03f75f9
#KT-2776 in progress
11 lines
409 B
Plaintext
11 lines
409 B
Plaintext
namespace test
|
|
|
|
public abstract trait test.InheritNullability : java.lang.Object {
|
|
public abstract trait test.InheritNullability.Sub : test.InheritNullability.Super {
|
|
public abstract override /*1*/ fun foo(/*0*/ p0: jet.String): jet.Tuple0
|
|
}
|
|
public abstract trait test.InheritNullability.Super : java.lang.Object {
|
|
public abstract fun foo(/*0*/ p0: jet.String): jet.Tuple0
|
|
}
|
|
}
|