Files

5 lines
67 B
JavaScript

function test(bar, e) {
let foo = bar;
e.target::foo::baz();
}