Fix primitive types mapping
Use boxed version if type was enhaced to not-nullable
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box() = J.test(1)
|
||||
Reference in New Issue
Block a user
Use boxed version if type was enhaced to not-nullable
@@ -0,0 +1 @@
|
||||
fun box() = J.test(1)
|
||||