https://kotlinlang.org logo
m

miha-x64

02/14/2017, 1:12 PM
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