Files
kotlin-fork/compiler/testData/loadKotlin/annotations/parameters/TopLevelPropertySetter.kt
T
2013-10-22 23:08:34 +04:00

9 lines
105 B
Kotlin

package test
annotation class A
annotation class B
var foo: Int
get() = 42
set([A B] value) {}