Files
kotlin-fork/idea/testData/refactoring/safeDelete/deleteObject/kotlinObject/companionObject.kt
T

6 lines
67 B
Kotlin
Vendored

class A {
fun foo(): Int = 0
companion ob<caret>ject {}
}