Files
Hamish Knight 9114aad02c [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 14:14:42 +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
}