Files
kotlin-fork/idea/resources/intentionDescriptions/RemoveAtFromAnnotationArgumentIntention/before.kt.template
T
2016-07-13 13:11:43 +03:00

5 lines
76 B
Plaintext

annotation class X(val value: Y)
annotation class Y()
@X(@Y())
fun foo() {}