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

6 lines
65 B
Kotlin
Vendored

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