mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Code Insight: "Generate equals/hashCode" action
This commit is contained in:
5
idea/testData/codeInsight/generate/equalsWithHashCode/singleVarWithJavaSuperClass.kt
vendored
Normal file
5
idea/testData/codeInsight/generate/equalsWithHashCode/singleVarWithJavaSuperClass.kt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
class A(val n: Int) : X() {<caret>
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user