7f50e6e70e
(cherry picked from commit 93aaa48)
8 lines
216 B
Kotlin
Vendored
8 lines
216 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
|
|
class C(<caret>val x: String) {
|
|
} |