mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
110839e801
Verify importing noasync across modules works correctly.
6 lines
119 B
Swift
6 lines
119 B
Swift
@_unavailableFromAsync
|
|
public func unavailableFunction() { }
|
|
|
|
@available(*, noasync)
|
|
public func noasyncFunction() { }
|