KT-32368 Rework Inline hints settings // migrate tests for suspending calls

KotlinSuspendingCallHintsProvider which in now responsible for
suspending call hints is not compatible with the existing
SuspendingCallHintsTest. Because of that tests were migrated to the new
infrastructure.
This commit is contained in:
Andrei Klunnyi
2020-06-22 18:28:52 +02:00
parent b0dece756a
commit 36f3431559
5 changed files with 79 additions and 34 deletions
@@ -0,0 +1,5 @@
import kotlin.coroutines.experimental.buildSequence
val x = buildSequence {
<# # #>yield(1)
}