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

4 lines
96 B
Kotlin
Vendored

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