[JS IR] Replace calls with invalid type arguments for type parameters with call to errorCode function from runtime.
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
package kotlin.js
|
||||
|
||||
internal external fun <T : Any> jsClass(): JsClass<T>
|
||||
internal inline fun <reified T : Any> jsClass(): JsClass<T> = throw NotImplementedError("Implemented as intrinsic")
|
||||
|
||||
Reference in New Issue
Block a user