mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
unified: Add new MISSING marker in test
This commit is contained in:
@@ -81,7 +81,7 @@ func t10(value: Int) { // name=value1
|
||||
func t11(value: Int) { // name=value1
|
||||
switch value { // $ access=value1
|
||||
case let x where x > 0: // $ MISSING: access=x1 // name=x1
|
||||
print(x) // $ access=x1
|
||||
print(x) // $ MISSING: access=x1
|
||||
case let x: // name=x2
|
||||
print(x) // $ access=x2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user