Skip to content

Commit 02af38b

Browse files
committed
unified: Fix a comment in test case
1 parent 33c773d commit 02af38b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unified/ql/test/library-tests/variables/test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func t24(optional: Int?) { // name=optional1
216216
}
217217
}
218218

219-
// Switch with same variable name in different cases
219+
// Switch with variable shadowed within body of case
220220
func t25(value: Int) { // name=value1
221221
switch value { // $ access=value1
222222
case let x: // name=x1

0 commit comments

Comments
 (0)