You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The absence of parentheses in function call is Kotlin syntactic sugar - in this case we only pass callable function as sole argument
83
+
> The absence of parentheses in `addModificationFunction` function call is Kotlin syntactic sugar - in this case we only pass callable function as sole argument
84
+
>
84
85
> The `return@addModificationFunction` is *specific to Kotlin* because we can explicitly tell Kotlin which function we want to return from.
0 commit comments