Skip to content

Commit 73141ca

Browse files
committed
Java Signature Help: Add a test file
1 parent 514c559 commit 73141ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import java.util.function.Function;
2+
3+
public class SignatureHelp
4+
{
5+
public SignatureHelp( String signature ) {
6+
this.test( "")
7+
}
8+
9+
public void test( String s, String s ) {
10+
}
11+
}

0 commit comments

Comments
 (0)