Files
kotlin-fork/idea/testData/quickfix/variables/removeValVarFromParameter/secondaryConstructorParameter.kt.after
T

5 lines
83 B
Plaintext
Vendored

// "Remove 'val' from parameter" "true"
class A {
constructor(<caret>x: Int)
}