diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-02-17 11:18:07 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-02-18 23:39:00 +0100 |
| commit | 0f84a74536e404f707c4f4e370efbaad8d12b89a (patch) | |
| tree | b3c952f534c5adef18700fe5b2bc03f9475395ca /opendc-stdlib/src | |
| parent | f8a4095d1824df095ea91253f914bc0512646684 (diff) | |
refactor(#18): Optimize imports
Diffstat (limited to 'opendc-stdlib/src')
| -rw-r--r-- | opendc-stdlib/src/main/kotlin/com/atlarge/opendc/simulator/Helpers.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
