Skip to content

Commit 248c64b

Browse files
Add missing test
1 parent 6abc0d0 commit 248c64b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class MyClass {
2+
void foo(int aaa, int bbb = 2) {}
3+
}
4+
---
5+
6+
[Range] =
7+
[Domain] = 1:13-1:33
8+
>--------------------<
9+
1| void foo(int aaa, int bbb = 2) {}

0 commit comments

Comments
 (0)