It seems that calling `hashCode()` on a top level ...
# eap
v
It seems that calling
hashCode()
on a top level function reference results in a NullPointerException in 1.1.0-beta-17 From what I can tell it's because
getOwner()
is null in
kotlin.jvm.internal.FunctionReference
for top level functions is this a known issue or should I open a ticket on YouTrack?