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