suspend fun callRelease() { WithTypeParameter Unit>() returnsSuspend() withTypeParameter Unit>() suspendFunctionNested(listOf(suspend { })) suspendFunctionNestedInFunctionType {} suspendFunctionType3 { x, y, z -> } suspendVarargs({}, {}) }