Skip to content

Commit 5ef6eef

Browse files
committed
TS: update test
1 parent 957db83 commit 5ef6eef

File tree

1 file changed

+1
-0
lines changed
  • javascript/ql/test/library-tests/TypeScript/TypeAnnotations

1 file changed

+1
-0
lines changed

javascript/ql/test/library-tests/TypeScript/TypeAnnotations/tests.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ test_IsTypeExpr
150150
| tst.ts:81:38:81:50 | x is typeof x | tst.ts:81:38:81:38 | x | tst.ts:81:43:81:50 | typeof x |
151151
test_ThisParameterTypes
152152
| function hasThisParam | tst.ts:116:29:116:32 | void |
153+
| method hasThisParam of interface InterfaceWithThisParam | tst.ts:119:22:119:43 | Interfa ... isParam |
153154
test_ChildIndex
154155
test_TypeArguments
155156
| tst.ts:102:13:102:29 | f1<string>("foo") | 0 | 1 | tst.ts:102:16:102:21 | string |

0 commit comments

Comments
 (0)