Skip to content

Commit 1a30188

Browse files
committed
JS: Update output after line number change
Some OK-style comments had to be moved to the following line, shifting line numbers. In selected range also included the comments themselves. Lastly, the result sets were reordered by the CLI in some cases.
1 parent afc3697 commit 1a30188

File tree

82 files changed

+2756
-2756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2756
-2756
lines changed

javascript/ql/test/query-tests/AngularJS/DuplicateDependency/DuplicateDependency.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
| duplicates.js:6:33:6:56 | functio ... up2b){} | This function has a duplicate dependency $@. | duplicates.js:6:24:6:30 | 'dup2a' | dup2a |
33
| duplicates.js:7:33:7:56 | functio ... up3b){} | This function has a duplicate dependency $@. | duplicates.js:7:24:7:30 | 'dup3b' | dup3b |
44
| duplicates.js:8:43:8:78 | functio ... up4C){} | This function has a duplicate dependency $@. | duplicates.js:8:35:8:40 | 'dup4' | dup4 |
5-
| duplicates.js:15:35:15:112 | functio ... } | This function has a duplicate dependency $@. | duplicates.js:15:25:15:32 | 'dup11a' | dup11a |
5+
| duplicates.js:15:35:15:113 | functio ... } | This function has a duplicate dependency $@. | duplicates.js:15:25:15:32 | 'dup11a' | dup11a |

javascript/ql/test/query-tests/AngularJS/RepeatedInjection/RepeatedInjection.expected

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
| repeated-injection.js:6:5:6:31 | functio ... name){} | This function has $@ defined in multiple places. | repeated-injection.js:8:54:8:73 | ['name', $Injected2] | dependency injections |
33
| repeated-injection.js:10:5:10:31 | functio ... name){} | This function has $@ defined in multiple places. | repeated-injection.js:11:5:11:22 | $Injected3.$inject | dependency injections |
44
| repeated-injection.js:10:5:10:31 | functio ... name){} | This function has $@ defined in multiple places. | repeated-injection.js:12:5:12:22 | $Injected3.$inject | dependency injections |
5-
| repeated-injection.js:33:5:33:84 | functio ... )\\n } | This function has $@ defined in multiple places. | repeated-injection.js:35:5:35:23 | $Injected10.$inject | dependency injections |
6-
| repeated-injection.js:33:5:33:84 | functio ... )\\n } | This function has $@ defined in multiple places. | repeated-injection.js:36:56:36:76 | ['name' ... cted10] | dependency injections |
5+
| repeated-injection.js:33:5:33:85 | functio ... n\\n } | This function has $@ defined in multiple places. | repeated-injection.js:35:5:35:23 | $Injected10.$inject | dependency injections |
6+
| repeated-injection.js:33:5:33:85 | functio ... n\\n } | This function has $@ defined in multiple places. | repeated-injection.js:36:56:36:76 | ['name' ... cted10] | dependency injections |

javascript/ql/test/query-tests/AngularJS/UnusedAngularDependency/UnusedAngularDependency.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
| unused-angular-dependency.js:14:14:14:39 | ["unuse ... n() {}] | This function has 0 parameters, but 1 dependency is injected into it. |
33
| unused-angular-dependency.js:16:14:16:53 | ["used2 ... d2) {}] | This function has 1 parameter, but 2 dependencies are injected into it. |
44
| unused-angular-dependency.js:17:14:17:52 | ["unuse ... n() {}] | This function has 0 parameters, but 2 dependencies are injected into it. |
5-
| unused-angular-dependency.js:18:14:18:105 | ["used2 ... }] | This function has 1 parameter, but 2 dependencies are injected into it. |
5+
| unused-angular-dependency.js:18:14:18:106 | ["used2 ... }] | This function has 1 parameter, but 2 dependencies are injected into it. |

javascript/ql/test/query-tests/DOM/TargetBlank/TargetBlank.expected

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
| tst.html:24:1:24:48 | <a>...</> | External links without noopener/noreferrer are a potential security risk. |
33
| tst.html:25:1:25:36 | <a>...</> | External links without noopener/noreferrer are a potential security risk. |
44
| tst.html:30:1:30:61 | <a>...</> | External links without noopener/noreferrer are a potential security risk. |
5-
| tst.js:18:1:18:43 | <a href ... ple</a> | External links without noopener/noreferrer are a potential security risk. |
6-
| tst.js:19:1:19:58 | <a href ... ple</a> | External links without noopener/noreferrer are a potential security risk. |
7-
| tst.js:20:1:20:51 | <a data ... ple</a> | External links without noopener/noreferrer are a potential security risk. |
8-
| tst.js:33:12:33:39 | $("<a/> ... X}}" }) | External links without noopener/noreferrer are a potential security risk. |
9-
| tst.js:42:12:42:20 | $("<a/>") | External links without noopener/noreferrer are a potential security risk. |
5+
| tst.js:17:1:17:43 | <a href ... ple</a> | External links without noopener/noreferrer are a potential security risk. |
6+
| tst.js:18:1:18:58 | <a href ... ple</a> | External links without noopener/noreferrer are a potential security risk. |
7+
| tst.js:19:1:19:51 | <a data ... ple</a> | External links without noopener/noreferrer are a potential security risk. |
8+
| tst.js:31:12:31:39 | $("<a/> ... X}}" }) | External links without noopener/noreferrer are a potential security risk. |
9+
| tst.js:39:12:39:20 | $("<a/>") | External links without noopener/noreferrer are a potential security risk. |
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
| classes.js:4:1:4:10 | class C {} | Assignment to variable C, which is $@ constant. | classes.js:1:1:1:13 | const C = 45; | declared |
2-
| functions.js:4:10:4:10 | C | Assignment to variable C, which is $@ constant. | functions.js:1:1:1:13 | const C = 45; | declared |
3-
| tst.js:4:1:4:6 | x = 42 | Assignment to variable x, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
4-
| tst.js:7:1:7:6 | y = 23 | Assignment to variable y, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
5-
| tst.js:10:5:10:10 | y = -1 | Assignment to variable y, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
6-
| tst.js:13:1:13:3 | ++x | Assignment to variable x, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
7-
| tst.js:25:10:25:14 | [ c ] | Assignment to variable c, which is $@ constant. | tst.js:24:5:24:19 | const c = null; | declared |
1+
| classes.js:3:1:3:10 | class C {} | Assignment to variable C, which is $@ constant. | classes.js:1:1:1:13 | const C = 45; | declared |
2+
| functions.js:3:10:3:10 | C | Assignment to variable C, which is $@ constant. | functions.js:1:1:1:13 | const C = 45; | declared |
3+
| tst.js:3:1:3:6 | x = 42 | Assignment to variable x, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
4+
| tst.js:5:1:5:6 | y = 23 | Assignment to variable y, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
5+
| tst.js:7:5:7:10 | y = -1 | Assignment to variable y, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
6+
| tst.js:9:1:9:3 | ++x | Assignment to variable x, which is $@ constant. | tst.js:1:1:1:21 | const x ... y = 42; | declared |
7+
| tst.js:21:10:21:14 | [ c ] | Assignment to variable c, which is $@ constant. | tst.js:20:5:20:19 | const c = null; | declared |
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| tst.js:3:24:3:36 | key = iter[1] | This initialization of key overwrites an $@. | tst.js:3:9:3:21 | key = iter[0] | earlier initialization |
1+
| tst.js:2:24:2:36 | key = iter[1] | This initialization of key overwrites an $@. | tst.js:2:9:2:21 | key = iter[0] | earlier initialization |
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| tst.js:2:1:2:1 | g | This definition of g is useless, since its value is never read. |
1+
| tst.js:1:1:1:1 | g | This definition of g is useless, since its value is never read. |
22
| worker.js:3:1:3:9 | onmissage | This definition of onmissage is useless, since its value is never read. |
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
| overload.ts:10:12:10:14 | baz | The value assigned to baz here is unused. |
2-
| tst2.js:26:9:26:14 | x = 23 | The initial value of x is unused, since it is always overwritten. |
3-
| tst2.js:28:9:28:14 | x = 42 | The value assigned to x here is unused. |
4-
| tst3.js:2:1:2:36 | exports ... a: 23 } | The value assigned to exports here is unused. |
5-
| tst3b.js:2:18:2:36 | exports = { a: 23 } | The value assigned to exports here is unused. |
6-
| tst.js:6:2:6:7 | y = 23 | The value assigned to y here is unused. |
7-
| tst.js:13:6:13:11 | a = 23 | The initial value of a is unused, since it is always overwritten. |
8-
| tst.js:13:14:13:19 | a = 42 | The value assigned to a here is unused. |
9-
| tst.js:45:6:45:11 | x = 23 | The initial value of x is unused, since it is always overwritten. |
10-
| tst.js:51:6:51:11 | x = 23 | The initial value of x is unused, since it is always overwritten. |
11-
| tst.js:132:7:132:13 | {x} = o | The initial value of x is unused, since it is always overwritten. |
12-
| tst.js:162:6:162:14 | [x] = [0] | The initial value of x is unused, since it is always overwritten. |
13-
| tst.js:172:7:172:17 | nSign = foo | The value assigned to nSign here is unused. |
2+
| tst2.js:25:9:25:14 | x = 23 | The initial value of x is unused, since it is always overwritten. |
3+
| tst2.js:27:9:27:14 | x = 42 | The value assigned to x here is unused. |
4+
| tst3.js:1:1:1:36 | exports ... a: 23 } | The value assigned to exports here is unused. |
5+
| tst3b.js:1:18:1:36 | exports = { a: 23 } | The value assigned to exports here is unused. |
6+
| tst.js:5:2:5:7 | y = 23 | The value assigned to y here is unused. |
7+
| tst.js:11:6:11:11 | a = 23 | The initial value of a is unused, since it is always overwritten. |
8+
| tst.js:11:14:11:19 | a = 42 | The value assigned to a here is unused. |
9+
| tst.js:43:6:43:11 | x = 23 | The initial value of x is unused, since it is always overwritten. |
10+
| tst.js:49:6:49:11 | x = 23 | The initial value of x is unused, since it is always overwritten. |
11+
| tst.js:130:7:130:13 | {x} = o | The initial value of x is unused, since it is always overwritten. |
12+
| tst.js:160:6:160:14 | [x] = [0] | The initial value of x is unused, since it is always overwritten. |
13+
| tst.js:170:7:170:17 | nSign = foo | The value assigned to nSign here is unused. |
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| tst.js:2:11:2:16 | a = 42 | Variable a has already $@. | tst.js:2:5:2:5 | a | been previously declared |
1+
| tst.js:1:11:1:16 | a = 42 | Variable a has already $@. | tst.js:1:5:1:5 | a | been previously declared |
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
| abstract-missing.ts:3:5:3:24 | setAudioProperties() | This call refers to a global function, and not the local method $@. | abstract-missing.ts:6:3:6:32 | abstrac ... ties(); | setAudioProperties |
2-
| indirection.js:7:9:7:20 | m("default") | This call refers to a global function, and not the local method $@. | indirection.js:2:5:4:5 | m() {\\n ... K\\n } | m |
2+
| indirection.js:7:9:7:20 | m("default") | This call refers to a global function, and not the local method $@. | indirection.js:2:5:4:5 | m() {\\n ... ;\\n } | m |
33
| missing1.js:3:5:3:24 | setAudioProperties() | This call refers to a global function, and not the local method $@. | missing1.js:6:3:7:3 | setAudi ... (){\\n } | setAudioProperties |
44
| missing2.js:3:5:3:24 | setAudioProperties() | This call refers to a global function, and not the local method $@. | missing2.js:7:3:8:3 | static ... (){\\n } | setAudioProperties |
5-
| namespaces-uses.ts:3:5:3:20 | globalFunction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:2:3:4:3 | globalF ... OK\\n } | globalFunction |
6-
| namespaces-uses.ts:6:5:6:26 | topName ... ction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:5:3:7:3 | topName ... OK\\n } | topNamespaceFunction |
7-
| namespaces-uses.ts:9:5:9:28 | childNa ... ction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:8:3:10:3 | childNa ... OK\\n } | childNamespaceFunction |
8-
| namespaces-uses.ts:16:7:16:22 | globalFunction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:15:5:17:5 | globalF ... K\\n } | globalFunction |
9-
| namespaces-uses.ts:30:7:30:22 | globalFunction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:29:5:31:5 | globalF ... K\\n } | globalFunction |
5+
| namespaces-uses.ts:3:5:3:20 | globalFunction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:2:3:4:3 | globalF ... ert\\n } | globalFunction |
6+
| namespaces-uses.ts:6:5:6:26 | topName ... ction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:5:3:7:3 | topName ... ert\\n } | topNamespaceFunction |
7+
| namespaces-uses.ts:9:5:9:28 | childNa ... ction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:8:3:10:3 | childNa ... ert\\n } | childNamespaceFunction |
8+
| namespaces-uses.ts:16:7:16:22 | globalFunction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:15:5:17:5 | globalF ... t\\n } | globalFunction |
9+
| namespaces-uses.ts:30:7:30:22 | globalFunction() | This call refers to a global function, and not the local method $@. | namespaces-uses.ts:29:5:31:5 | globalF ... t\\n } | globalFunction |
1010
| not-ignored-by-jslint.js:4:5:4:24 | setAudioProperties() | This call refers to a global function, and not the local method $@. | not-ignored-by-jslint.js:7:3:8:3 | setAudi ... (){\\n } | setAudioProperties |
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
| test.js:6:7:6:7 | i | Variable i is used like a local variable, but is missing a declaration. |
2-
| test.js:14:7:14:7 | i | Variable i is used like a local variable, but is missing a declaration. |
3-
| test.js:23:2:23:2 | y | Variable y is used like a local variable, but is missing a declaration. |
4-
| test.js:54:10:54:10 | z | Variable z is used like a local variable, but is missing a declaration. |
5-
| test.js:60:6:60:6 | y | Variable y is used like a local variable, but is missing a declaration. |
6-
| test.js:66:2:66:2 | z | Variable z is used like a local variable, but is missing a declaration. |
7-
| test.js:72:9:72:20 | unresolvable | Variable unresolvable is used like a local variable, but is missing a declaration. |
1+
| test.js:5:7:5:7 | i | Variable i is used like a local variable, but is missing a declaration. |
2+
| test.js:12:7:12:7 | i | Variable i is used like a local variable, but is missing a declaration. |
3+
| test.js:20:2:20:2 | y | Variable y is used like a local variable, but is missing a declaration. |
4+
| test.js:50:10:50:10 | z | Variable z is used like a local variable, but is missing a declaration. |
5+
| test.js:55:6:55:6 | y | Variable y is used like a local variable, but is missing a declaration. |
6+
| test.js:60:2:60:2 | z | Variable z is used like a local variable, but is missing a declaration. |
7+
| test.js:66:9:66:20 | unresolvable | Variable unresolvable is used like a local variable, but is missing a declaration. |
88
| tst3.js:7:10:7:10 | x | Variable x is used like a local variable, but is missing a declaration. |
99
| tst3.js:7:16:7:19 | rest | Variable rest is used like a local variable, but is missing a declaration. |
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| instanceStatic.js:3:9:3:16 | this.baz | Access to instance method $@ from static method $@ is not possible through `this`. | instanceStatic.js:5:5:7:5 | baz(){\\n\\n } | baz | instanceStatic.js:2:5:4:5 | static ... K\\n } | bar |
2-
| staticInstance.js:3:9:3:16 | this.baz | Access to static method $@ from instance method $@ is not possible through `this`. | staticInstance.js:5:5:6:5 | static baz(){\\n } | baz | staticInstance.js:2:5:4:5 | bar(){\\n ... K\\n } | bar |
3-
| tst.js:66:9:66:14 | this.f | Access to instance method $@ from static method $@ is not possible through `this`. | tst.js:60:5:62:5 | f() {\\n\\n } | f | tst.js:65:5:67:5 | static ... K\\n } | test |
1+
| instanceStatic.js:3:9:3:16 | this.baz | Access to instance method $@ from static method $@ is not possible through `this`. | instanceStatic.js:5:5:7:5 | baz(){\\n\\n } | baz | instanceStatic.js:2:5:4:5 | static ... t\\n } | bar |
2+
| staticInstance.js:3:9:3:16 | this.baz | Access to static method $@ from instance method $@ is not possible through `this`. | staticInstance.js:5:5:6:5 | static baz(){\\n } | baz | staticInstance.js:2:5:4:5 | bar(){\\n ... t\\n } | bar |
3+
| tst.js:66:9:66:14 | this.f | Access to instance method $@ from static method $@ is not possible through `this`. | tst.js:60:5:62:5 | f() {\\n\\n } | f | tst.js:65:5:67:5 | static ... t\\n } | test |
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| tst.js:3:5:3:5 | s | This expression refers to $@ inside its temporal dead zone. | tst.js:4:5:4:17 | let s = "hi"; | s |
1+
| tst.js:2:5:2:5 | s | This expression refers to $@ inside its temporal dead zone. | tst.js:3:5:3:17 | let s = "hi"; | s |
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| istype.ts:18:15:18:18 | node | The parameter 'node' is never used. |
22
| parameter_field.ts:6:15:6:15 | x | The parameter 'x' is never used. |
33
| tst2.js:1:12:1:12 | x | The parameter 'x' is never used. |
4-
| tst2.js:29:12:29:12 | x | The parameter 'x' is never used. |
5-
| tst.js:7:32:7:34 | idx | The parameter 'idx' is never used. |
6-
| tst.js:12:13:12:13 | x | The parameter 'x' is never used. |
4+
| tst2.js:28:12:28:12 | x | The parameter 'x' is never used. |
5+
| tst.js:6:32:6:34 | idx | The parameter 'idx' is never used. |
6+
| tst.js:10:13:10:13 | x | The parameter 'x' is never used. |

javascript/ql/test/query-tests/Declarations/UnusedVariable/UnusedVariable.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| decorated.ts:4:10:4:12 | fun | Unused function fun. |
44
| eval.js:10:9:10:24 | not_used_by_eval | Unused variable not_used_by_eval. |
55
| eval.js:19:9:19:24 | not_used_by_eval | Unused variable not_used_by_eval. |
6-
| externs.js:6:5:6:13 | iAmUnused | Unused variable iAmUnused. |
6+
| externs.js:5:5:5:13 | iAmUnused | Unused variable iAmUnused. |
77
| importWithoutPragma.jsx:1:1:1:27 | import ... react'; | Unused import h. |
88
| interTypes.ts:1:1:1:37 | import ... where"; | Unused import Bar. |
99
| multi-imports.js:1:1:1:29 | import ... om 'x'; | Unused imports a, b, d. |
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| EnablingNodeIntegration.js:5:28:11:9 | {\\n ... } | The `nodeIntegrationInWorker` feature has been enabled. |
22
| EnablingNodeIntegration.js:5:28:11:9 | {\\n ... } | The `nodeIntegration` feature has been enabled. |
33
| EnablingNodeIntegration.js:15:22:20:9 | {\\n ... } | The `nodeIntegration` feature is enabled by default. |
4-
| EnablingNodeIntegration.js:23:16:27:9 | { // NO ... } | The `nodeIntegration` feature is enabled by default. |
4+
| EnablingNodeIntegration.js:23:16:27:9 | { // $ ... } | The `nodeIntegration` feature is enabled by default. |
55
| EnablingNodeIntegration.js:49:74:49:96 | {nodeIn ... : true} | The `nodeIntegration` feature has been enabled. |
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| tst.js:2:9:2:24 | (x & (1<<n)) > 0 | Potentially unsafe sign check of a bitwise operation. |
2-
| tst.js:14:13:14:25 | (x >>> 0) > 0 | Potentially unsafe sign check of a bitwise operation. |
3-
| tst.js:23:1:23:21 | (x & 0x ... 00) > 0 | Potentially unsafe sign check of a bitwise operation. |
2+
| tst.js:13:13:13:25 | (x >>> 0) > 0 | Potentially unsafe sign check of a bitwise operation. |
3+
| tst.js:21:1:21:21 | (x & 0x ... 00) > 0 | Potentially unsafe sign check of a bitwise operation. |
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
| tst.js:11:10:11:15 | y <= y | This expression compares $@ to itself. | tst.js:11:10:11:10 | y | y |
2-
| tst.js:22:1:22:35 | (functi ... n() {}) | This expression compares $@ to itself. | tst.js:22:1:22:16 | (function() { }) | (function() { }) |
2+
| tst.js:21:1:21:35 | (functi ... n() {}) | This expression compares $@ to itself. | tst.js:21:1:21:16 | (function() { }) | (function() { }) |
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
| try.js:22:9:22:26 | x.ordinaryProperty | This expression has no effect. |
2-
| tst2.js:3:4:3:4 | 0 | This expression has no effect. |
2+
| tst2.js:2:4:2:4 | 0 | This expression has no effect. |
33
| tst.js:3:1:3:2 | 23 | This expression has no effect. |
44
| tst.js:5:1:5:2 | 23 | This expression has no effect. |
55
| tst.js:7:6:7:7 | 23 | This expression has no effect. |
66
| tst.js:9:1:9:1 | 1 | This expression has no effect. |
7-
| tst.js:23:1:23:1 | x | This expression has no effect. |
8-
| tst.js:43:5:43:9 | "foo" | This expression has no effect. |
9-
| tst.js:49:3:49:26 | new Err ... ou so") | This expression has no effect. |
10-
| tst.js:50:3:50:49 | new Syn ... o me?") | This expression has no effect. |
11-
| tst.js:51:3:51:36 | new Err ... age(e)) | This expression has no effect. |
12-
| tst.js:62:2:62:20 | o.trivialNonGetter1 | This expression has no effect. |
13-
| tst.js:78:24:78:24 | o | This expression has no effect. |
7+
| tst.js:22:1:22:1 | x | This expression has no effect. |
8+
| tst.js:42:5:42:9 | "foo" | This expression has no effect. |
9+
| tst.js:48:3:48:26 | new Err ... ou so") | This expression has no effect. |
10+
| tst.js:49:3:49:49 | new Syn ... o me?") | This expression has no effect. |
11+
| tst.js:50:3:50:36 | new Err ... age(e)) | This expression has no effect. |
12+
| tst.js:61:2:61:20 | o.trivialNonGetter1 | This expression has no effect. |
13+
| tst.js:77:24:77:24 | o | This expression has no effect. |
1414
| uselessfn.js:1:1:1:15 | (functi ... .");\\n}) | This expression has no effect. |

0 commit comments

Comments
 (0)