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

6 lines
59 B
Kotlin
Vendored

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