Files
kotlin/compiler/testData/codegen/box
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-10-15 00:03:45 +03:00
2018-07-10 13:34:19 +03:00
2018-08-09 14:22:50 +03:00
2018-09-18 14:36:20 +03:00
2018-09-11 12:34:09 +03:00
2018-09-18 14:36:20 +03:00
2018-07-10 13:34:19 +03:00
2018-08-09 14:22:50 +03:00
2018-09-18 14:36:20 +03:00
2018-10-09 15:33:04 +03:00
2018-10-22 16:32:55 +02:00
2018-09-18 14:36:20 +03:00
2018-06-14 19:54:30 +03:00
2018-08-02 15:51:16 +02:00
2018-10-22 16:32:55 +02:00
2018-08-09 20:55:50 +03:00
2018-10-15 00:03:45 +03:00
2018-09-18 14:36:20 +03:00
2018-10-10 17:27:37 +03:00
2018-08-15 10:26:28 +03:00
2018-10-25 09:12:26 +02:00