From 51f4e0106c8e0f6a4901d2b5f92b536d9f435b46 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Fri, 16 Apr 2021 16:36:39 +0200 Subject: [PATCH] accept that TypeScript callGraph resolves to sub-classes by default --- .../test/library-tests/TypeScript/CallGraph/CallGraph.expected | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/ql/test/library-tests/TypeScript/CallGraph/CallGraph.expected b/javascript/ql/test/library-tests/TypeScript/CallGraph/CallGraph.expected index 4cfb86ac7c681..f1acb5a5ff7b4 100644 --- a/javascript/ql/test/library-tests/TypeScript/CallGraph/CallGraph.expected +++ b/javascript/ql/test/library-tests/TypeScript/CallGraph/CallGraph.expected @@ -1,4 +1,5 @@ | tst.ts:4:5:4:21 | x.method("Hello") | tst.ts:15:3:17:3 | public ... x);\\n } | +| tst.ts:4:5:4:21 | x.method("Hello") | tst.ts:21:3:23:3 | public ... ");\\n } | | tst.ts:9:17:9:33 | new AngryLogger() | tst.ts:20:34:20:33 | (...arg ... rgs); } | | tst.ts:10:5:10:49 | (newLog ... hello") | tst.ts:15:3:17:3 | public ... x);\\n } | | tst.ts:10:5:10:49 | (newLog ... hello") | tst.ts:21:3:23:3 | public ... ");\\n } |