Skip to content

Instantly share code, notes, and snippets.

@bojanrajkovic
Created December 5, 2010 04:11
Show Gist options
  • Save bojanrajkovic/728774 to your computer and use it in GitHub Desktop.
Save bojanrajkovic/728774 to your computer and use it in GitHub Desktop.
main[1] print tree.get ((Character)'F')
com.sun.jdi.InvalidTypeException: Can't assign primitive value to object
tree.get ((Character)'F') = null
main[1] print tree.get (new Character ('F'))
com.sun.tools.example.debug.expr.ParseException: No class named: Character
tree.get (new Character ('F')) = null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment