// @out: output.js // @allowJs: true // @checkJs: true // @Filename: a.js this.a = 10; this.a; a; // @Filename: b.js this.a; a;