Skip to content

Instantly share code, notes, and snippets.

@Storyyeller
Created December 19, 2015 21:28
Show Gist options
  • Save Storyyeller/02736213a10834fe2850 to your computer and use it in GitHub Desktop.
Save Storyyeller/02736213a10834fe2850 to your computer and use it in GitHub Desktop.
Crashes the Java compiler (1.8.0_66)
@interface A {}
public class CompilerCrash {
static public void main(String... args) {
java.util.@A()Arrays.stream(args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment