Skip to content

Instantly share code, notes, and snippets.

@NIA
Created April 3, 2011 17:32
Show Gist options
  • Select an option

  • Save NIA/900592 to your computer and use it in GitHub Desktop.

Select an option

Save NIA/900592 to your computer and use it in GitHub Desktop.
private <T> T[] arr(T... items) {
return items;
}
//String[] strings = new String[] {
// "1", "2", "3"
//};
String[] strings = arr("1", "2", "3");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment