Skip to content

Instantly share code, notes, and snippets.

@unpairedbracket
Created September 24, 2013 01:50
Show Gist options
  • Save unpairedbracket/6679384 to your computer and use it in GitHub Desktop.
Save unpairedbracket/6679384 to your computer and use it in GitHub Desktop.
Something that'll crash ASMMixinCompiler
package resonantinduction;
public interface ITest
{
void test(double d);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment