Files
swift-mirror/validation-test/compiler_crashers_2/d620416563a95ae9.swift
2025-06-23 10:05:22 +01:00

12 lines
241 B
Swift

// {"signature":"swift::constraints::TrailingClosureAmbiguityFailure::diagnoseAsNote()"}
// RUN: not --crash %target-swift-frontend -typecheck %s
{
struct a {
init ();
init ();
func callAsFunction< b >(c : b)
} ;
a {
}
}