Files
swift-mirror/validation-test/IDE/stress_tester_issues_fixed/issue-80591.swift
Hamish Knight 87f9dcb6f8 [Sema] Ignore types with type variables in filterEscapableLifetimeDependencies
If the type still has type variables, avoid trying to check if it's
escapable.

rdar://148749815
2025-04-08 17:25:11 +01:00

10 lines
188 B
Swift

// RUN: %batch-code-completion
// https://github.com/apple/swift/issues/80591
// Just make sure we don't crash.
var foo: Bool {
baz == .#^COMPLETE^#
// COMPLETE: Begin completions
}