// @allowJs: true // @filename: a.ts class c { } // @filename: b.ts /// // no error on above reference path since not emitting declarations function foo() { } // @filename: c.js function bar() { }