mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
23 lines
369 B
Swift
23 lines
369 B
Swift
// RUN: not --crash %target-swift-frontend %s -parse
|
|
// XFAIL: no_asserts
|
|
|
|
// Distributed under the terms of the MIT license
|
|
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
|
|
// Test case found by fuzzing
|
|
|
|
nil
|
|
func f<r>() -> (r, r -> r) -> r {
|
|
f r f.j = {
|
|
}
|
|
{
|
|
r) {
|
|
s }
|
|
}
|
|
protocol f {
|
|
}
|
|
class f: f{func j
|
|
}
|
|
class r: j {
|
|
}
|
|
(r().m()
|