From f620eb920f1ab844f5fc952e312101bfa2ffd0e4 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Tue, 21 Feb 2023 14:55:17 +0100 Subject: [PATCH] Drop redundant suppress Review: https://jetbrains.team/p/kt/reviews/8933 The suppress was needed in https://jetbrains.team/p/kt/reviews/8308 But it's not needed anymore --- libraries/stdlib/common/test/jsCollectionFactories.kt | 1 - libraries/stdlib/common/test/testUtils.kt | 1 - libraries/stdlib/jvm/test/js/StubsJVM.kt | 1 - libraries/stdlib/jvm/test/testUtilsJVM.kt | 1 - 4 files changed, 4 deletions(-) diff --git a/libraries/stdlib/common/test/jsCollectionFactories.kt b/libraries/stdlib/common/test/jsCollectionFactories.kt index e12aef2a8d0..47d5e8a665b 100644 --- a/libraries/stdlib/common/test/jsCollectionFactories.kt +++ b/libraries/stdlib/common/test/jsCollectionFactories.kt @@ -2,7 +2,6 @@ * Copyright 2010-2018 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. */ -@file:Suppress("EXPECT_AND_ACTUAL_IN_THE_SAME_MODULE") package test.collections.js diff --git a/libraries/stdlib/common/test/testUtils.kt b/libraries/stdlib/common/test/testUtils.kt index 1ac998dda47..15ef4002ced 100644 --- a/libraries/stdlib/common/test/testUtils.kt +++ b/libraries/stdlib/common/test/testUtils.kt @@ -2,7 +2,6 @@ * 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. */ -@file:Suppress("EXPECT_AND_ACTUAL_IN_THE_SAME_MODULE") package test diff --git a/libraries/stdlib/jvm/test/js/StubsJVM.kt b/libraries/stdlib/jvm/test/js/StubsJVM.kt index 36e3e7ccf09..0fd5c148140 100644 --- a/libraries/stdlib/jvm/test/js/StubsJVM.kt +++ b/libraries/stdlib/jvm/test/js/StubsJVM.kt @@ -2,7 +2,6 @@ * Copyright 2010-2018 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. */ -@file:Suppress("EXPECT_AND_ACTUAL_IN_THE_SAME_MODULE") package test.collections.js diff --git a/libraries/stdlib/jvm/test/testUtilsJVM.kt b/libraries/stdlib/jvm/test/testUtilsJVM.kt index ac503baec8d..04c56cc4733 100644 --- a/libraries/stdlib/jvm/test/testUtilsJVM.kt +++ b/libraries/stdlib/jvm/test/testUtilsJVM.kt @@ -2,7 +2,6 @@ * 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. */ -@file:Suppress("EXPECT_AND_ACTUAL_IN_THE_SAME_MODULE") package test