Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/annotations/parameters/FunctionInTrait.txt
T
Dmitriy Novozhilov 7834284bec [FIR] Support deserialization of value parameter annotations
There are still some problems, see KT-39837
2020-06-29 12:19:03 +03:00

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|
}