Files
swift-mirror/validation-test/compiler_crashers_2_fixed/a8575b8261697c42.swift
Hamish Knight 0f7490aae1 [CS] Avoid forming DependentMemberType with hole base in InferableTypeOpener
Type substitution can form DependentMemberTypes with error base types,
avoid forming a DependentMemberType with a hole base in
`InferableTypeOpener`, instead form a hole that covers the entire type.
2025-09-14 10:09:39 +01:00

5 lines
215 B
Swift

// {"kind":"typecheck","original":"9e6249db","signature":"(anonymous namespace)::ConstraintGenerator::visitApplyExpr(swift::ApplyExpr*)"}
// RUN: not %target-swift-frontend -typecheck %s
(a as Sequence).Element {
}