Files
swift-mirror/test/Parse/isolated_any_forbidden.swift
Holly Borla 966269d31a [Features] Promote IsolatedAny and its alias to a language feature.
The proposal is accepted and implemented for Swift 6.0.
2024-06-18 22:09:16 -07:00

4 lines
84 B
Swift

// RUN: %target-typecheck-verify-swift
typealias FnType = @isolated(any) () -> ()