updating test 1

This commit is contained in:
Ahmad Farid
2015-04-03 14:26:26 -07:00
parent 5543d5456c
commit d1c7f9927f
2 changed files with 5 additions and 0 deletions
@@ -796,6 +796,7 @@ declare module "typescript" {
}
interface CommentRange extends TextRange {
hasTrailingNewLine?: boolean;
kind: SyntaxKind;
}
interface SourceFile extends Declaration {
statements: NodeArray<ModuleElement>;
@@ -2419,6 +2419,10 @@ declare module "typescript" {
hasTrailingNewLine?: boolean;
>hasTrailingNewLine : boolean
kind: SyntaxKind;
>kind : SyntaxKind
>SyntaxKind : SyntaxKind
}
interface SourceFile extends Declaration {
>SourceFile : SourceFile