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

5 lines
59 B
Kotlin
Vendored

class A(val n: Int) : X() {<caret>
fun foo() {
}
}