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