From 75bffdf4ce011b2559f920421f317fe4a22e157a Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:11:25 +0100 Subject: [PATCH] rm debug file --- x.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 x.txt 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)