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

5 lines
87 B
Kotlin
Vendored

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