c34b417d0c
#KT-34744
7 lines
329 B
Kotlin
Vendored
7 lines
329 B
Kotlin
Vendored
internal annotation class TestAnnotationField
|
|
internal annotation class TestAnnotationParam
|
|
internal annotation class TestAnnotationGet
|
|
internal annotation class TestAnnotationSet
|
|
class Test(@field:TestAnnotationField @set:TestAnnotationSet
|
|
@get:TestAnnotationGet
|
|
@param:TestAnnotationParam var arg: String) |