Skip to content

Instantly share code, notes, and snippets.

@srcnalt
Created July 19, 2017 19:11
Show Gist options
  • Save srcnalt/daf8b172551035df2d9bb8d9789fe7b2 to your computer and use it in GitHub Desktop.
Save srcnalt/daf8b172551035df2d9bb8d9789fe7b2 to your computer and use it in GitHub Desktop.
public Recurse recurse(Recurse r) {
return Recurse.recurse(r);
}
@tiivik
Copy link

tiivik commented Mar 14, 2019

Too deep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment