I know, when I hover over the `==` it shows me the...
# announcements
c
I know, when I hover over the
==
it shows me the
operator fun equals(o : Any?)
. In Bytecode however, both equals calls resolve to
INVOKESTATIC kotlin/jvm/internal/Intrinsics.areEqual (Ljava/lang/Object;Ljava/lang/Object;)Z