KT-32368 Rework Inline hints settings // remove suspending call hints

Suspending call hints were removed according to KT-30928 and KT-39271.
This commit is contained in:
Andrei Klunnyi
2020-07-14 11:52:24 +02:00
parent 49d4f55c87
commit be0cde1d70
6 changed files with 0 additions and 126 deletions
@@ -1,5 +0,0 @@
import kotlin.coroutines.experimental.buildSequence
val x = buildSequence {
<# # #>yield(1)
}