Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/annotations/AnnotatedMethod.txt
T

7 lines
206 B
Plaintext
Vendored

public open class AnnotatedMethod : R|kotlin/Any| {
@R|kotlin/Deprecated|(message = String(Deprecated in Java)) public open fun f(): R|kotlin/Unit|
public constructor(): R|test/AnnotatedMethod|
}