| | | |------------------|-----------------| |Previous ID | SR-14150 | |Radar | rdar://problem/73913689 | |Original Reporter | @CodaFi | |Type | Improvement | <details> <summary>Additional Detail from JIRA</summary> | | | |------------------|-----------------| |Votes | 0 | |Component/s | Compiler | |Labels | Improvement | |Assignee | @etcwilde | |Priority | Medium | md5: 35fa52e5b775a6b1891a8b1ae8da963b </details> **duplicates**: * [SR-14074](https://bugs.swift.org/browse/SR-14074) Calling async functions without async produces incorrect diagnostic **Issue Description:** ``` java func doWork() async { fatalError() } runAsyncAndBlock { doWork() // 'async' in a function that does not support concurrency } ```