Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumKotlinsuspend functions usageSingle-choice MCQ

A suspend function is declared but its body never calls another suspend function or any suspending construct. What is true about it?

suspend fun add(a: Int, b: Int): Int = a + b