6c439ae85a
#KT-34744
8 lines
221 B
Kotlin
Vendored
8 lines
221 B
Kotlin
Vendored
// "Remove parameter 'value'" "false"
|
|
// ACTION: Enable a trailing comma by default in the formatter
|
|
// ACTION: Specify type explicitly
|
|
class Abacaba {
|
|
var foo: String
|
|
get() = ""
|
|
set(<caret>value) {}
|
|
} |