[JS IR] Revert jsClass_js-ir.kt to not break compatibility with older compiler versions

This commit is contained in:
Zalim Bashorov
2020-12-17 02:25:26 +03:00
parent d7e3f826bb
commit 72593e3d30
@@ -0,0 +1,11 @@
/*
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package kotlin.js
// DON'T USE! Use `K::class.js` instead.
// The declaration kept only for backward compatibility with older compilers
// TODO remove, but when?
internal external fun <T : Any> jsClass(): JsClass<T>