Skip to content

Instantly share code, notes, and snippets.

Describe the issue
A clear and concise description of a single issue.

To Reproduce (if relevant)
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Keybase proof

I hereby claim:

  • I am mex on github.
  • I am storgaard (https://keybase.io/storgaard) on keybase.
  • I have a public key whose fingerprint is EA25 83A9 7527 EB99 7CE3 B05B AE2C BE1E 1328 9813

To claim this, I am signing this object:

@mex
mex / test.jpg
Created September 30, 2014 20:23
dsadsasaddsadsasda
class Ball extends Throwable {}
class P {
P target;
P(P target) {
this.target = target;
}
void aim(Ball ball) {
try {