mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05: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" {
|
||||
>NodeArray : NodeArray<T>
|
||||
>TypeNode : TypeNode
|
||||
|
||||
arguments: NodeArray<Expression>;
|
||||
|
||||
>arguments : NodeArray<Expression>
|
||||
>NodeArray : NodeArray<T>
|
||||
>Expression : Expression
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user