/* test2.ts */
/// <reference path="./test1.ts" />
export namespace Test {
export const b = 5;
// If i try to use "a", doesn't work
}
/* test2.ts */
/// <reference path="./test1.ts" />
export namespace Test {
export const b = 5;
// If i try to use "a", doesn't work
}