5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
class A {
|
|
companion object {
|
|
<spot>fun foo() = 1</spot>
|
|
}
|
|
} |