goto1134
04/15/2018, 1:29 PMCzar
04/15/2018, 1:42 PMnullableSomething?.let { it::class.createType() }
goto1134
04/15/2018, 1:54 PMCzar
04/15/2018, 2:10 PMNothing?
You cannot infer variable's type from its value if the value is null
. Maybe you'll be able to do something when/if this gets implemented: https://youtrack.jetbrains.com/issue/KT-16303