mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST/Sema] Hide using declaration behind DefaultIsolationPerFile experimental feature
(cherry picked from commit c246a7a372)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s
|
||||
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -enable-experimental-feature DefaultIsolationPerFile
|
||||
|
||||
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface)
|
||||
|
||||
// RUN: %FileCheck %s --input-file %t.swiftinterface
|
||||
|
||||
// REQUIRES: swift_feature_DefaultIsolationPerFile
|
||||
|
||||
using @MainActor
|
||||
|
||||
// CHECK-NOT: using @MainActor
|
||||
|
||||
Reference in New Issue
Block a user