8d7de5d063
#KT-2776 in progress
11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
namespace test
|
|
|
|
public abstract trait test.ReadOnlyToMutable : java.lang.Object {
|
|
public abstract trait test.ReadOnlyToMutable.Sub : test.ReadOnlyToMutable.Super {
|
|
public abstract override /*1*/ fun foo(/*0*/ p0: jet.List<jet.String>): jet.Tuple0
|
|
}
|
|
public abstract trait test.ReadOnlyToMutable.Super : java.lang.Object {
|
|
public abstract fun foo(/*0*/ p0: jet.List<jet.String>): jet.Tuple0
|
|
}
|
|
}
|