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.
1 parent 8fcc94f commit d576fc1Copy full SHA for d576fc1
validation-test/compiler_crashers_2/sr11074.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