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

6 lines
65 B
Kotlin
Vendored

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