[Wasm] Add compiler support for the kotlin.test library

This commit is contained in:
Igor Laevsky
2021-10-08 19:36:18 +03:00
committed by TeamCityServer
parent 7943298240
commit bede039c08
10 changed files with 140 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
/*
* Copyright 2010-2021 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
@ExperimentalStdlibApi
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.PROPERTY)
@SinceKotlin("1.6")
public actual annotation class JsEagerInitialization