838cfc7dca
(cherry picked from commit dc8c195)
7 lines
156 B
Plaintext
Vendored
7 lines
156 B
Plaintext
Vendored
// "Make constructor parameter a property" "true"
|
|
|
|
class A(<selection>private<caret></selection> var foo: String) {
|
|
fun bar() {
|
|
foo = ""
|
|
}
|
|
} |