d7e3f826bb
We want to make its type parameter reified to do it we have to make it inline and non-external. But we don't want to inline it in call sites and want prevent using it anywhere except places generated by the compiler. In user code, including stdlib, we should use `K::class.js` instead. Separately we have to intrinsify `K::class.js` to reduce overhead.