DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-3 / test / form / samples / this-in-imports / _expected.js
123456789101112131415
function B$1 () { this.x = 1; } function B () { this.x = 1; } function B3 () { this.x = 1; } B$1(); B(); B3();