Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Function.txt
T
Alexander Udalov 102f0d3470 Regenerate .txt testData
Add newline to EOF, trim trailing spaces
2014-10-21 00:16:08 +04:00

10 lines
245 B
Plaintext

package test
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
internal final class Class {
/*primary*/ public constructor Class()
test.Anno() internal final fun foo(): kotlin.Unit
}