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

8 lines
117 B
Kotlin
Vendored

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