[Wasm] stdlib NFC: remove experimentalPackageStub.kt

Common sources now include `kotlin.experimental` and this file is no longer needed.
This commit is contained in:
Svyatoslav Kuzmich
2023-01-21 11:07:26 +01:00
parent e1f72d60dc
commit feca26e481
@@ -1,8 +0,0 @@
/*
* 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.experimental
// In some tests `import kotlin.experimental*` is used without actually importing anything