Highlighting: Add line markers for suspend function calls in coroutines
#KT-14689 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
suspend fun fff() {
|
||||
|
||||
}
|
||||
|
||||
suspend fun ggg() {
|
||||
return <lineMarker descr="Suspend function call">fff</lineMarker>()
|
||||
}
|
||||
Reference in New Issue
Block a user