Files
swift-mirror/test/Parse/inverse_escapable_feature.swift
Meghana Gupta e8abd59da5 Update tests
2024-11-18 18:09:19 -08:00

8 lines
153 B
Swift

// RUN: %target-typecheck-verify-swift
struct S: ~Escapable {}
func hello(_ t: some Escapable, _ u: any Escapable) {}
protocol Whatever: Escapable {}