this inconsistent code is absolutely valid: ``` va...
# announcements
m
this inconsistent code is absolutely valid:
Copy code
val func: (consumerTag: String, envelope: Any, properties: Any, json: String) -> Unit = { str, env: Any, prop, json: String ->  }
👍 2