Files
kotlin-fork/idea/testData/quickfix/migration/unescapedAnnotation.kt
T
2015-09-10 10:04:59 +03:00

8 lines
104 B
Kotlin
Vendored

// "Add '@' before annotation" "true"
annotation class Ann(val x: Int)
Ann<caret>
/* abc*/(1)
class A