360a5bf348
#KT-39705 Fixed #KT-19459 Fixed
12 lines
141 B
Plaintext
Vendored
12 lines
141 B
Plaintext
Vendored
import A.Companion.bar
|
|
|
|
private class A {
|
|
|
|
companion object {
|
|
const val bar = 4
|
|
}
|
|
}
|
|
|
|
private fun test(a: A) {
|
|
{ bar }()
|
|
} |