mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
updating tests
This commit is contained in:
@@ -549,7 +549,7 @@ module ts {
|
||||
result = [];
|
||||
}
|
||||
|
||||
result.push({ pos: startPos, end: pos, hasTrailingNewLine: hasTrailingNewLine, kind });
|
||||
result.push({ pos: startPos, end: pos, hasTrailingNewLine: hasTrailingNewLine, kind: kind });
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -2565,6 +2565,10 @@ declare module "typescript" {
|
||||
|
||||
hasTrailingNewLine?: boolean;␍
|
||||
>hasTrailingNewLine : boolean
|
||||
|
||||
kind: SyntaxKind;␍
|
||||
>kind : SyntaxKind
|
||||
>SyntaxKind : SyntaxKind
|
||||
}␍
|
||||
interface SourceFile extends Declaration {␍
|
||||
>SourceFile : SourceFile
|
||||
|
||||
Reference in New Issue
Block a user