19d1532dc7
#KT-14021 Fixed
11 lines
196 B
Plaintext
Vendored
11 lines
196 B
Plaintext
Vendored
// "Add parameter to function 'foo'" "true"
|
|
// DISABLE-ERRORS
|
|
fun foo(s: String) {}
|
|
|
|
class Test {
|
|
val x: String = ""
|
|
get() {
|
|
foo(field)
|
|
return field
|
|
}
|
|
} |