KT-16684 hashCode doesn't check data class property value of generic type for null
This commit is contained in:
+3
-1
@@ -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?)
|
||||
Reference in New Issue
Block a user