[swift-evolution] SE-0025: Scoped Access Level, next steps

marc hoffman mh at remobjects.com
Mon Apr 4 10:14:21 CDT 2016


> - “public” -> symbol visible outside the current module.
> - “internal” -> symbol visible within the current module.
> - unknown -> symbol visible within the current file.

won’t that break *every* single member written today, given that “no specifier” is used for internal (i.e. most code in most apps), currently?

—marc


More information about the swift-evolution mailing list