17 lines
528 B
Plaintext
17 lines
528 B
Plaintext
namespace <root>
|
|
|
|
// <namespace name="kt1805">
|
|
namespace kt1805
|
|
|
|
internal open class kt1805.Some : jet.Any {
|
|
public final /*constructor*/ fun <init>(): kt1805.Some
|
|
private final val privateField: jet.Int
|
|
}
|
|
internal final class kt1805.SomeSubclass : kt1805.Some {
|
|
public final /*constructor*/ fun <init>(): kt1805.SomeSubclass
|
|
invisible_fake final override /*1*/ val privateField: jet.Int private get
|
|
internal final fun test(): jet.Tuple0
|
|
}
|
|
internal final fun test(): jet.Tuple0
|
|
// </namespace name="kt1805">
|