Files
kotlin/idea/testData/codeInsight/generate/equalsWithHashCode/genericClassWithIsCheck.kt
2015-10-17 00:24:37 +03:00

6 lines
70 B
Kotlin
Vendored

// USE_IS_CHECK
class A<T>(val n: T) {<caret>
fun foo() {
}
}