Created
August 23, 2016 22:12
-
-
Save lchanmann/de24cf5d6eebc3048c21ee898bcf4adb to your computer and use it in GitHub Desktop.
JMinitest: First failing test
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
| 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