360a5bf348
#KT-39705 Fixed #KT-19459 Fixed
7 lines
79 B
Plaintext
Vendored
7 lines
79 B
Plaintext
Vendored
private class A {
|
|
val bar = 1
|
|
}
|
|
|
|
private fun test(a: A) {
|
|
{ a.bar }()
|
|
} |