mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
234 B
Swift
10 lines
234 B
Swift
// {"kind":"typecheck","original":"eece2094","signature":"swift::constraints::ConstraintSystem::finalize()"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
struct a {
|
|
var
|
|
b : () -> some Any = {
|
|
b()
|
|
c
|
|
}
|
|
}
|