<div id="compose" contenteditable="true" style="padding-left: 16px; padding-right: 16px; padding-bottom: 8px;"><div>What if private was just removed, and instead just has a literal description of where the member is accessible from?</div><div><br></div><div><br></div><div>public var something: Int</div><div><br></div><div>module var something: Int</div><div><br></div><div>file var something: Int</div><div><br></div><div>scope var something: Int</div><div><br></div><div><br></div><div><br></div><div>Patrick</div></div>