Created
July 23, 2017 19:03
-
-
Save ajmath/0abab4c46872eb5c618566a8f22d68fe to your computer and use it in GitHub Desktop.
Example of poor syntaxhighlighting of java
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
/* | |
foo | |
*/ | |
public class Foo { | |
/* | |
Start of Foo | |
*/ | |
public static void main(String[] args) { | |
} | |
/* | |
End of Foo | |
*/ | |
@Override | |
public String toString() { | |
return super.toString(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment