Add quick fix to generate equals / hashcode in data class with arrays

So #KT-15893 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-06-14 11:45:33 +03:00
committed by Mikhail Glukhikh
parent 5df5a001a1
commit b9fb7cc3a5
9 changed files with 99 additions and 6 deletions

View File

@@ -0,0 +1 @@
data class A<caret>(val a: IntArray)