JS IR: Remove inline functions with reified type parameters

Otherwise we cannot handle type casts
This commit is contained in:
Anton Bannykh
2018-06-15 15:56:47 +03:00
parent 3808d77bf4
commit 43e3314255
25 changed files with 33 additions and 26 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS_IR
inline class UInt(val u: Int) {
override fun toString(): String {