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

8 lines
113 B
Kotlin
Vendored

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