Skip to content

Instantly share code, notes, and snippets.

@mirlord
Created September 21, 2012 17:50
Show Gist options
  • Save mirlord/3762916 to your computer and use it in GitHub Desktop.
Save mirlord/3762916 to your computer and use it in GitHub Desktop.
String joinParts(String... nameParts) { /* ... */ }
void m() {
joinParts("1", new String[] {"2", "3"}); // illegal. WAAAAYYYYY????
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment