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