adambl4
11/25/2016, 4:15 PMfun topLevelFun(){}
fun foo() {
::topLevelFun.hashCode()
}
I got this, is it ok?
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Object.hashCode()' on a null object reference
at kotlin.jvm.internal.FunctionReference.hashCode(FunctionReference.java:86)