Proposal: File Private Kotlin already has mechanis...
# language-proposals
r
Proposal: File Private Kotlin already has mechanisms for making some things private to a file (marking top level things as private). It would be nice if this were exposed so we could make member functions, properties, and constructors accessible only within the same file.
2