hi everyone! let's say I have this: ``` fun <Ac...
# getting-started
f
hi everyone! let's say I have this:
Copy code
fun <Action> hello(action: Action) {
  // do something when action is () -> Unit
}