mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
213 B
Swift
7 lines
213 B
Swift
// {"kind":"typecheck","original":"b56d8c69","signature":"swift::getParameterAt(swift::ConcreteDeclRef, unsigned int)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
{
|
|
func a()
|
|
@<#type#> #b(a(c))
|
|
}
|