10 lines
198 B
Plaintext
Vendored
10 lines
198 B
Plaintext
Vendored
public open class Class : R|test/Trait| {
|
|
public constructor(): R|test/Class|
|
|
|
|
}
|
|
|
|
public abstract interface Trait : R|kotlin/Any| {
|
|
public open fun f(a: R|kotlin/String|): R|kotlin/Unit|
|
|
|
|
}
|