Open omochi opened 1 month ago
The following strange code compiles incorrectly:
Task { @MainActor(今日は日差しが強い) in }
It should result in some kind of error.
$ swift --version swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) Target: arm64-apple-macosx15.0
No response
A different test case:
let _: @MainActor(abcdef) () -> Void = {}
Description
The following strange code compiles incorrectly:
Reproduction
Expected behavior
It should result in some kind of error.
Environment
$ swift --version swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) Target: arm64-apple-macosx15.0
Additional information
No response