Hi all, in the docs (<https://kotlinlang.org/docs/...
# random
p
Hi all, in the docs (https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html#visibility) it says that "internal declarations become public in Java. Members of internal classes go through name mangling [...]". First sentence is okay but members of internal classes don't seem to go through name mangling, internal members of classes do.