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

6 lines
85 B
Plaintext
Vendored

// "Remove 'final' modifier" "true"
class A @Deprecated("") // ds
constructor() {
}