Files
swift-mirror/test/ModuleInterface/using.swift
Pavel Yaskevich ad71e07cae [AST] Don't print using declarations in swift interfaces
These declarations are effectively `fileprivate` at the moment
and should appear in swift interfaces.
2025-05-31 10:49:50 -07:00

10 lines
244 B
Swift

// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface)
// RUN: %FileCheck %s --input-file %t.swiftinterface
using @MainActor
// CHECK-NOT: using @MainActor