Files
kotlin-fork/idea/testData/quickfix/variables/removeValVarFromParameter/constructorParameter.kt
T
Dmitry Gridin 6c439ae85a Create TrailingCommaIntention
#KT-34744
2020-02-04 21:34:53 +07:00

10 lines
309 B
Kotlin
Vendored

// "Remove 'val' from parameter" "false"
// ACTION: Make internal
// ACTION: Make private
// ACTION: Make protected
// ACTION: Create test
// ACTION: Convert to secondary constructor
// ACTION: Enable a trailing comma by default in the formatter
// ACTION: Move to class body
class C(<caret>val x: String) {
}