Skip to content

Instantly share code, notes, and snippets.

@yavuztas
Last active August 27, 2019 15:20
Show Gist options
  • Save yavuztas/7fbae42c78ccc4f202d592e4b10d682a to your computer and use it in GitHub Desktop.
Save yavuztas/7fbae42c78ccc4f202d592e4b10d682a to your computer and use it in GitHub Desktop.
int[] intArray = new int[] { 1, 2, 3 };
UtilsForCollections.toList(intArray); // gives us a compile error!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment