Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardKotlincontinuation-passing style transformSingle-choice MCQ

Under the CPS transform, the JVM signature of `suspend fun load(id: Int): User` changes. What does the compiled method's descriptor actually become?

suspend fun load(id: Int): User