Commit 33e647e
[SwiftParser] SE-0478: Implement
This is an alternative spelling of `typealias DefaultIsolation = (MainActor | nonisolated)`
that was proposed as part of SE-0478.
`using` declaration accepts an attribute or a modifier and currently
could be used to set a default actor isolation per file, but could
be extended to support other use-cases in the future.
Implementation uses `DefaultIsolationPerFile` experimental feature
flag to hide the syntax.using declaration under an experimental feature1 parent f358344 commit 33e647e
1 file changed
+14
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments