Skip to content

Instantly share code, notes, and snippets.

@BrainKu
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save BrainKu/9c8d98987ca2fc71d1ac to your computer and use it in GitHub Desktop.

Select an option

Save BrainKu/9c8d98987ca2fc71d1ac to your computer and use it in GitHub Desktop.
Some code that could not parse by hexo
/* When hexo parse these code, it would be wrong */
public class Test {
public static class Outter {
String s1 = null;
String s2 = null;
}
public static void main(String[] args) {
Outter[] outters = new Outter[] {{"HEHE","HEHE"},{"HEHE","HEHE"}};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment