Here's a clean example showing this: ``` val fn: (...
# announcements
s
Here's a clean example showing this:
Copy code
val fn: () -> String = { "this is a () -> String" }
val compilerError: () -> Unit = fn
Thanks again.
👍 1