Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created June 25, 2019 08:03
Show Gist options
  • Save zarinfam/6f063e8ffa441856e4567ef08e7702fd to your computer and use it in GitHub Desktop.
Save zarinfam/6f063e8ffa441856e4567ef08e7702fd to your computer and use it in GitHub Desktop.
Created with Copy to Gist
interface Empty<A> {
A empty();
static Empty<Integer> emptyInt(){
return new EmptyInt();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment