FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class Controller {
|
||||
suspend fun suspendHere(x: Continuation<Unit>) {
|
||||
}
|
||||
}
|
||||
|
||||
fun builder(coroutine c: Controller.() -> Continuation<Unit>) {
|
||||
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
builder {
|
||||
<caret>suspendHere()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user