KT-16684 hashCode doesn't check data class property value of generic type for null

This commit is contained in:
Dmitry Petrov
2017-03-06 18:25:36 +03:00
parent 68fab55251
commit 1bbbc1ca1c
6 changed files with 188 additions and 5 deletions
+3 -1
View File
@@ -1 +1,3 @@
data class Test1(val x: Int, val y: String, val z: Any)
data class Test1(val x: Int, val y: String, val z: Any)
data class Test2(val x: Any?)