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 6860238 commit be845f1Copy full SHA for be845f1
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