Files

8 lines
158 B
Swift

// RUN: not %target-swift-frontend -typecheck %s
// https://github.com/apple/swift/issues/53477
func foo(x: Int) {}
func foo(line: String = #line) {}
foo()