=== tests/cases/compiler/testFiles/app.ts === // Note in the out result we are using same folder name only different in casing // Since this is case sensitive, the folders are different and hence the relative paths in sourcemap shouldn't be just app.ts or app2.ts class c { >c : c } === tests/cases/compiler/testFiles/app2.ts === class d { >d : d }