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

7 lines
93 B
Kotlin
Vendored

class A(val n: Int, val s: String) {<caret>
val f: Float = 1.0f
fun foo() {
}
}