10 lines
232 B
Plaintext
Vendored
10 lines
232 B
Plaintext
Vendored
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public constructor(): R|test/Anno|
|
|
|
|
}
|
|
|
|
public abstract interface Trait : R|kotlin/Any| {
|
|
public open fun foo(@R|test/Anno|() x: R|kotlin/String|): R|kotlin/Int|
|
|
|
|
}
|