6c439ae85a
#KT-34744
9 lines
262 B
Kotlin
Vendored
9 lines
262 B
Kotlin
Vendored
// "Add 'private' modifier" "false"
|
|
// ACTION: Convert to secondary constructor
|
|
// ACTION: Create test
|
|
// ACTION: Enable a trailing comma by default in the formatter
|
|
// ACTION: Move to class body
|
|
|
|
class My(val <caret>parameter: Int) {
|
|
val other = parameter
|
|
} |