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 45ab59c + be845f1 commit 58eaacbCopy full SHA for 58eaacb
test/DebugInfo/guard-let-scope3.swift
@@ -10,7 +10,7 @@ public class S {
10
// CHECK: sil_scope [[X1:[0-9]+]] { loc "{{.*}}":[[@LINE-1]]:5
11
// CHECK: sil_scope [[X2:[0-9]+]] { loc "{{.*}}":[[@LINE-2]]:29
12
// CHECK: debug_value {{.*}} : $Optional<C>, let, name "x", {{.*}}, scope [[X1]]
13
- // CHECK: debug_value %29 : $C, let, name "x", {{.*}}, scope [[X2]]
+ // CHECK: debug_value {{.*}} : $C, let, name "x", {{.*}}, scope [[X2]]
14
// CHECK-NEXT: scope [[X2]]
15
throw MyError()
16
}
0 commit comments