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 33c773d commit 02af38bCopy full SHA for 02af38b
1 file changed
unified/ql/test/library-tests/variables/test.swift
@@ -216,7 +216,7 @@ func t24(optional: Int?) { // name=optional1
216
}
217
218
219
-// Switch with same variable name in different cases
+// Switch with variable shadowed within body of case
220
func t25(value: Int) { // name=value1
221
switch value { // $ access=value1
222
case let x: // name=x1
0 commit comments