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