<@U0BRK9HC5>: `fun &lt;T&gt; foo(t: T, z: T?) { t....
# announcements
v
@gildor:
fun <T> foo(t: T, z: T?) { t.hashCode() }
can not compile