Last active
August 27, 2019 15:20
-
-
Save yavuztas/7fbae42c78ccc4f202d592e4b10d682a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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