Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionPropertySetter.txt
T
2015-07-14 16:25:08 +03:00

13 lines
413 B
Plaintext
Vendored

package test
kotlin.annotation.annotation() internal final 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
}