Files
kotlin/idea/testData/codeInsight/generate/equalsWithHashCode/noVarsCommon.kt
2017-06-29 17:42:18 +03:00

6 lines
61 B
Kotlin
Vendored

// PLATFORM: Common
class A {<caret>
fun foo() {
}
}