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

12 lines
392 B
Plaintext

package test
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final class Class {
/*primary*/ public constructor Class()
internal final var kotlin.Int.foo: kotlin.Int
internal final fun kotlin.Int.<get-foo>(): kotlin.Int
internal final fun kotlin.Int.<set-foo>(/*0*/ test.A() value: kotlin.Int): kotlin.Unit
}