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

5 lines
54 B
Kotlin
Vendored

class A(val n: Int?) {<caret>
fun foo() {
}
}