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.Tuple0 } public abstract trait test.ReadOnlyToMutable.Super : java.lang.Object { public abstract fun foo(/*0*/ p0: jet.List): jet.Tuple0 } }