TypeScript/tests/cases/fourslash/breakpointValidationTypeAlias.ts
2014-11-06 15:38:47 -08:00

15 lines
384 B
TypeScript

/// <reference path='fourslash.ts' />
// @BaselineFile: bpSpan_typealias.baseline
// @Filename: bpSpan_typealias.ts
////module m2 {
//// module m {
//// export class c {
//// }
//// }
//// type a = m.c;
//// export type b = m.c;
//// var x: a = new m.c();
//// var y: b = new m.c();
////}
verify.baselineCurrentFileBreakpointLocations();