Files
kotlin-fork/idea/testData/quickfix/variables/removeValVarFromParameter/beforeSecondaryConstructorParameter.kt
T
2015-03-17 23:18:33 +03:00

5 lines
87 B
Kotlin

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