mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #34985 from DougGregor/import-swift-async-attr
[Concurrency] Implement support for swift_async attribute.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
// CHECK-DAG: func findQAndA() async throws -> (String?, String)
|
||||
// CHECK-DAG: func findQuestionableAnswers() async throws -> (String, String?)
|
||||
// CHECK-DAG: func doSomethingFun(_ operation: String) async
|
||||
// CHECK-DAG: func dance(_ step: String) async -> String
|
||||
// CHECK-DAG: func __leap(_ height: Int) async -> String
|
||||
// CHECK: {{^[}]$}}
|
||||
|
||||
// CHECK-LABEL: protocol RefrigeratorDelegate
|
||||
|
||||
Reference in New Issue
Block a user