We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b9133b + 8c5730a commit 95132fdCopy full SHA for 95132fd
validation-test/compiler_crashers_2/sr11085.swift
@@ -0,0 +1,6 @@
1
+// RUN: not --crash %target-swift-frontend -typecheck %s
2
+// REQUIRES: asserts
3
+
4
+func foo(x: Int) {}
5
+func foo(line: String = #line) {}
6
+foo()
0 commit comments