Files
kotlin-fork/idea/testData/quickfix/variables/removeValVarFromParameter/constructorParameter.kt
T
Alexey Sedunov 3d88df73e0 Minor: Fix spelling of intention text
#KT-9639 Fixed
2015-10-20 18:39:48 +03:00

6 lines
146 B
Kotlin
Vendored

// "Remove 'val' from parameter" "false"
// ACTION: Make internal
// ACTION: Make private
// ACTION: Create test
class C(<caret>val x: String) {
}