Last active
December 16, 2018 00:22
-
-
Save anuragkalra/4574cc409c1c1c7e9cfdcce1aba5ae3b 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
| //OK | |
| List<String> names = new ArrayList<String>(); | |
| //NOT OK | |
| String a = "cat"; | |
| List<(a.getClass())> names2 = new ArrayList(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment