KT-31649 Use 'Any#hashCode' in generated hashCode if class has none

This commit is contained in:
Dmitry Petrov
2020-03-06 11:51:15 +03:00
parent dc6be68a41
commit 71e4b0c9ad
6 changed files with 278 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
data class TestData(val nn: Nothing?)
inline class TestInline(val nn: Nothing?)