Files
kotlin/idea/testData/codeInsight/generate/equalsWithHashCode/interface.kt
2016-02-01 13:18:38 +03:00

4 lines
57 B
Kotlin
Vendored

// NOT_APPLICABLE
interface A {<caret>
val foo: Int
}