0df5d5158d
#KT-38297 Fixed
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
class A {
|
|
companion object {
|
|
<spot>fun foo() = 1</spot>
|
|
}
|
|
}
|
|
|
|
fun bar() = A.foo() |