Skip to content

Commit

Permalink
Java: Follow change of implicit parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Oct 1, 2024
1 parent 901f756 commit 323b7cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions java/ql/test/library-tests/MemberRefExpr/parameters.expected
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
| Test.java:3:22:3:24 | o |
| Test.java:7:22:7:26 | i |
| Test.java:45:22:45:26 | s |
| Test.java:49:29:49:42 | p0 |
| Test.java:50:29:50:42 | p0 |
| Test.java:51:29:51:39 | p0 |
| Test.java:52:40:52:64 | p0 |
| Test.java:70:13:70:22 | p0 |
| Test.java:71:13:71:26 | p0 |
| Test.java:75:31:75:47 | p0 |
| Test.java:49:29:49:42 | this |
| Test.java:50:29:50:42 | this |
| Test.java:51:29:51:39 | this |
| Test.java:52:40:52:64 | this |
| Test.java:70:13:70:22 | length |
| Test.java:71:13:71:26 | length |
| Test.java:75:31:75:47 | this |

0 comments on commit 323b7cb

Please sign in to comment.