Files
kotlin/idea/testData/codeInsight/generate/equalsWithHashCode/object.kt
2015-10-17 00:24:37 +03:00

6 lines
60 B
Kotlin
Vendored

// NOT_APPLICABLE
object A {<caret>
fun foo() {
}
}