Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/annotations/parameters/FunctionInTrait.txt
T
2020-03-19 09:51:01 +03:00

10 lines
216 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(x: R|kotlin/String|): R|kotlin/Int|
}