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

6 lines
108 B
Plaintext
Vendored

// "Remove 'final' modifier" "true"
class A() {
@Deprecated("") // wd
constructor(i: Int): this()
}