Do not use JVM-specific annotations in pure-JS generated sources

This commit is contained in:
Ilya Gorbunov
2018-08-27 19:19:19 +03:00
parent 056db883c3
commit 623adbfe4a
4 changed files with 10 additions and 14 deletions
@@ -3,9 +3,6 @@
* that can be found in the license/LICENSE.txt file.
*/
@file:kotlin.jvm.JvmMultifileClass
@file:kotlin.jvm.JvmName("ComparisonsKt")
package kotlin.comparisons
//