mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Add quick fix to generate equals / hashcode in data class with arrays
So #KT-15893 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5df5a001a1
commit
b9fb7cc3a5
1
idea/testData/codeInsight/generate/equalsWithHashCode/dataClassHasArrayProperty.kt
vendored
Normal file
1
idea/testData/codeInsight/generate/equalsWithHashCode/dataClassHasArrayProperty.kt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
data class A<caret>(val a: IntArray)
|
||||
Reference in New Issue
Block a user