11a3482970
#KT-38632 Fixed
9 lines
173 B
Kotlin
Vendored
9 lines
173 B
Kotlin
Vendored
internal annotation class TestAnnotation
|
|
|
|
class Test(
|
|
@param:TestAnnotation @field:TestAnnotation
|
|
@get:TestAnnotation
|
|
@set:TestAnnotation
|
|
var arg: String?
|
|
)
|