``` fun topLevelFun(){} fun foo() { ::topLeve...
# announcements
a
Copy code
fun topLevelFun(){}

fun foo() {
    ::topLevelFun.hashCode()
}
I got this, is it ok?
Copy code
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)