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

5 lines
87 B
Plaintext
Vendored

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