e509649132
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