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
@@ -0,0 +1 @@
data class Test1<T>(val x: T)