Commit 1e417f7
[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 bce87c7 commit 1e417f7
File tree
2 files changed
+10
-95
lines changed- Sources/SwiftSyntax/generated
2 files changed
+10
-95
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments