612dffb893
#KT-14689 Fixed
7 lines
117 B
Kotlin
Vendored
7 lines
117 B
Kotlin
Vendored
suspend fun fff() {
|
|
|
|
}
|
|
|
|
suspend fun ggg() {
|
|
return <lineMarker descr="Suspend function call">fff</lineMarker>()
|
|
} |