Files
Max Schaefer d4dbe3bfb6 JavaScript: Back out parsing of qualified XML identifiers.
Their syntax conflicts with the proposed function-bind operator, which is more important to support.
2019-02-24 21:30:59 +00:00

6 lines
111 B
JavaScript

function test(bar, e) {
let foo = bar;
e.target::foo::baz();
}
// semmle-extractor-options: --experimental