mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Added toReserved test case
This commit is contained in:
@@ -63,4 +63,8 @@ function test() {
|
||||
sink(x.toSorted()) // NOT OK
|
||||
const xSorted = x.toSorted();
|
||||
sink(xSorted) // NOT OK
|
||||
|
||||
sink(x.toReversed()) // NOT OK
|
||||
const xReversed = x.toReversed();
|
||||
sink(xReversed) // NOT OK
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user