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 d827417 commit 3923effCopy full SHA for 3923eff
1 file changed
unified/ql/test/library-tests/variables/test.swift
@@ -81,7 +81,7 @@ func t10(value: Int) { // name=value1
81
func t11(value: Int) { // name=value1
82
switch value { // $ access=value1
83
case let x where x > 0: // $ MISSING: access=x1 // name=x1
84
- print(x) // $ access=x1
+ print(x) // $ MISSING: access=x1
85
case let x: // name=x2
86
print(x) // $ access=x2
87
}
0 commit comments