Skip to content

Instantly share code, notes, and snippets.

@lchanmann
Created August 23, 2016 22:12
Show Gist options
  • Select an option

  • Save lchanmann/de24cf5d6eebc3048c21ee898bcf4adb to your computer and use it in GitHub Desktop.

Select an option

Save lchanmann/de24cf5d6eebc3048c21ee898bcf4adb to your computer and use it in GitHub Desktop.
JMinitest: First failing test
Program.java:3: error: cannot find symbol
LinkedList list = new LinkedList();
^
symbol: class LinkedList
location: class Program
Program.java:3: error: cannot find symbol
LinkedList list = new LinkedList();
^
symbol: class LinkedList
location: class Program
2 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment