From 0f84a74536e404f707c4f4e370efbaad8d12b89a Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 17 Feb 2018 11:18:07 +0100 Subject: refactor(#18): Optimize imports --- opendc-stdlib/src/main/kotlin/com/atlarge/opendc/simulator/Helpers.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-stdlib/src/main') diff --git a/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/simulator/Helpers.kt b/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/simulator/Helpers.kt index acf3fe41..0f6392ed 100644 --- a/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/simulator/Helpers.kt +++ b/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/simulator/Helpers.kt @@ -1,6 +1,6 @@ package com.atlarge.opendc.simulator -import kotlin.coroutines.experimental.intrinsics.* +import kotlin.coroutines.experimental.intrinsics.suspendCoroutineOrReturn /** * Try to find the [Context] instance associated with the [Process] in the call chain which has (indirectly) invoked the -- cgit v1.2.3