Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionPropertySetter.txt
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

13 lines
393 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
}