Skip to content

Instantly share code, notes, and snippets.

@YuukiARIA
Last active December 24, 2015 02:39
Show Gist options
  • Save YuukiARIA/6732424 to your computer and use it in GitHub Desktop.
Save YuukiARIA/6732424 to your computer and use it in GitHub Desktop.
[neta] Chaos Java
// This is a well-compiled java class!
class A
{
A(A A) { } A
A(A A) { return new A(A); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment