From feca26e4814e71a94bb58a63a144350054976207 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Sat, 21 Jan 2023 11:07:26 +0100 Subject: [PATCH] [Wasm] stdlib NFC: remove experimentalPackageStub.kt Common sources now include `kotlin.experimental` and this file is no longer needed. --- libraries/stdlib/wasm/stubs/experimentalPackageStub.kt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 libraries/stdlib/wasm/stubs/experimentalPackageStub.kt diff --git a/libraries/stdlib/wasm/stubs/experimentalPackageStub.kt b/libraries/stdlib/wasm/stubs/experimentalPackageStub.kt deleted file mode 100644 index 9d00c812f07..00000000000 --- a/libraries/stdlib/wasm/stubs/experimentalPackageStub.kt +++ /dev/null @@ -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 \ No newline at end of file