Files
kotlin/compiler/testData/codegen/box/inlineClasses
Mikhail Zarechenskiy e509649132 Fix mapping of platform inline class types
For the inline class:
 ```
 inline class IC(val x: Int)
 ```

 Type (IC..IC?) should be mapped to the wrapper `IC`
 because it can hold object and also because it does so for primitives

 #KT-28983 Fixed
2018-12-24 12:32:22 +03:00
..
2018-09-18 14:36:20 +03:00
2018-09-18 14:36:20 +03:00
2018-11-08 15:00:32 +03:00
2018-09-28 10:46:42 +03:00