6c439ae85a
#KT-34744
10 lines
309 B
Kotlin
Vendored
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) {
|
|
} |