Files
kotlin-fork/compiler/testData/codegen/box
pyos 5e4f022c59 JVM_IR: use nullability when boxing/unboxing inline class types
Given inline class V(Any?), a coercion from (Object, V) to (Object, V?)
is boxing.

In theory, the same issue in the old backend can be fixed by making
`KotlinTypeMapper.mapUnderlyingTypeOfInlineClassType` use
`computeExpandedTypeForInlineClass`, but for some reason this breaks a
lot of stuff.

 #KT-48430 Fixed
2021-08-31 12:05:34 +03:00
..
2021-07-13 21:23:17 +03:00
2021-06-17 21:40:30 +03:00
2021-08-12 17:32:35 +03:00
2021-08-30 19:36:32 +02:00
2021-07-02 15:39:29 +03:00
2021-06-26 06:10:16 +02:00
2021-07-02 15:39:29 +03:00
2021-07-02 15:39:29 +03:00