Files
kotlin-fork/idea/testData/quickfix/modifiers/withAnnotationAndBlockComment.kt
T
2019-06-07 12:23:06 +07:00

5 lines
100 B
Kotlin
Vendored

// "Remove 'final' modifier" "true"
@Deprecated("")
/* some comment */
final<caret> val x: Int = 42