diff --git a/x.txt b/x.txt deleted file mode 100644 index dba61d94e2..0000000000 --- a/x.txt +++ /dev/null @@ -1,22 +0,0 @@ - dokka-multiplatform-example/org.kotlintestmpp.coroutines/index.html has 3 differences in content: - --- dokka-multiplatform-example/org.kotlintestmpp.coroutines/index.html - +++ dokka-multiplatform-example/org.kotlintestmpp.coroutines/index.html - @@ -157,2 +157,2 @@ --
-+
- - -
- +
- +
- @@ -162,1 +162,1 @@ - - - + - @@ -169,1 +169,1 @@ - -
expect fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

Common expect declaration

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

JS actual implementation for asyncWithDelay

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

JVM actual implementation for asyncWithDelay

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

Linux actual implementation for asyncWithDelay

actual fun <T> <Error class: unknown class>.asyncWithDelay(delay: Long, block: suspend () -> T): <Error class: unknown class><T>

MacOS actual implementation for asyncWithDelay

- +
expect fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

Common expect declaration

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

JS actual implementation for asyncWithDelay

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

JVM actual implementation for asyncWithDelay

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

Linux actual implementation for asyncWithDelay

actual fun <T> CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred<T>

MacOS actual implementation for asyncWithDelay

- - - - -
constructor(label: String, imageVector: ImageVector, onClick: () -> Unit, isImportant: Boolean)
-
constructor(label: String, imageVector: ImageVector, onClick: () -> Unit, isImportant: Boolean)