Can anyone confirm that private top-level declarat...
# random
p
Can anyone confirm that private top-level declarations are compiled to private in bytecode/Java as well, even though the docs state that "private top-level declarations are compiled to package-local declarations"? [https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html#visibility]