Skip to content

Commit e51ab83

Browse files
committed
MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it
(now tests, too)
1 parent f161c9f commit e51ab83

File tree

2 files changed

+6
-0
lines changed
  • core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental
  • js/kotlinx-coroutines-core-js/src/test/kotlin/kotlinx/coroutines/experimental

2 files changed

+6
-0
lines changed

core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/TestBase.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17+
// :todo: Remove after transition to Kotlin 1.2.30+
18+
@file:Suppress("ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS")
19+
1720
package kotlinx.coroutines.experimental
1821

1922
import org.junit.After

js/kotlinx-coroutines-core-js/src/test/kotlin/kotlinx/coroutines/experimental/TestBase.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17+
// :todo: Remove after transition to Kotlin 1.2.30+
18+
@file:Suppress("ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTS")
19+
1720
package kotlinx.coroutines.experimental
1821

1922
import kotlin.js.*

0 commit comments

Comments
 (0)