6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
|
|
class A {
|
|
fun foo(): Int = 0
|
|
|
|
companion ob<caret>ject {}
|
|
} |