15 lines
317 B
Plaintext
Vendored
15 lines
317 B
Plaintext
Vendored
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|
|
|
|
|
}
|
|
|