blob: 8e41498f92c47e07e1c5642f0811c285ec4300f3 [file]
public open class Subclass : R|test/Trait| {
public open val shape: R|kotlin/String|
public get(): R|kotlin/String|
public constructor(): R|test/Subclass|
}
public abstract interface Trait : R|kotlin/Any| {
public abstract val shape: R|kotlin/String|
public get(): R|kotlin/String|
}