:question: Is this valid Kotlin code? ``` {->}...
# random
o
Is this valid Kotlin code?
Copy code
{->}.fun 
Function<*>.(){}()
🚫 3
👌 5
🙆‍♂️ 5
😭 3
💩 1
r
Let me see if I'm understanding this. It creates a lambda then calls an extension on that lambda that is define inline as an anonymous function. Correct? So if this code were run, the lambda wouldn't actually be executed, just the anonymous function.
👍 1
👏 1