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