Skip to content

Commit 8e7a7bb

Browse files
Docs: chore – bring back test comment
1 parent fa094a5 commit 8e7a7bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/topics/coroutines-basics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ suspend fun doWorld() {
107107

108108
You can get the full code [here](../../kotlinx-coroutines-core/jvm/test/guide/example-basic-02.kt).
109109

110+
<!--- TEST
111+
Hello
112+
World!
113+
-->
114+
110115
> If you use `suspend` functions, in the debugger, you might see the "was optimised out" text next to a variable's name:
111116
> ![Variable "a" was optimised out](variable-optimised-out.png)
112117
> This text means that the variable's lifetime was decreased, and the variable doesn't exist anymore.

0 commit comments

Comments
 (0)