10 lines
125 B
JavaScript

"use strict";
define(["foo"], function (_foo) {
_foo.bar;
_foo.bar2;
_foo.baz;
_foo.bar;
_foo.bar;
_foo.xyz;
});