Quick-fix to add 'suspend' to the containing function #KT-15800 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Make bar suspend" "true"
|
||||
|
||||
suspend fun foo() {}
|
||||
fun bar() {
|
||||
<caret>foo()
|
||||
}
|
||||
Reference in New Issue
Block a user