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 fbb97b9 commit e59069fCopy full SHA for e59069f
validation-test/compiler_crashers_2_fixed/sr12997.swift
@@ -0,0 +1,5 @@
1
+// RUN: not %target-swift-frontend -typecheck %s
2
+
3
+func addProperties(b: Int) {
4
+ guard true else {
5
+ _ = "`\(b)`."
validation-test/compiler_crashers_2_fixed/sr12999.swift
+ // RUN: not %target-swift-frontend -typecheck %s
+public final class Foo {
+ public var a: String {
+ return "\(backgroundContext)"
0 commit comments