Skip to content

Commit

Permalink
Java Signature Help: Add a test file
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Jul 5, 2019
1 parent 514c559 commit 73141ca
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import java.util.function.Function;

public class SignatureHelp
{
public SignatureHelp( String signature ) {
this.test( "")
}

public void test( String s, String s ) {
}
}

0 comments on commit 73141ca

Please sign in to comment.