Skip to content

Commit 6af5afc

Browse files
authored
Merge pull request #17634 from igfoo/igfoo/implicit_param_name
Java: Add a test for parameter names
2 parents 01c9509 + 323b7cb commit 6af5afc

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
| Test.java:3:22:3:24 | o |
2+
| Test.java:7:22:7:26 | i |
3+
| Test.java:45:22:45:26 | s |
4+
| Test.java:49:29:49:42 | this |
5+
| Test.java:50:29:50:42 | this |
6+
| Test.java:51:29:51:39 | this |
7+
| Test.java:52:40:52:64 | this |
8+
| Test.java:70:13:70:22 | length |
9+
| Test.java:71:13:71:26 | length |
10+
| Test.java:75:31:75:47 | this |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import java
2+
3+
from Parameter p
4+
where p.fromSource()
5+
select p

0 commit comments

Comments
 (0)