Skip to content

Instantly share code, notes, and snippets.

@rzwitserloot
Created December 19, 2019 20:08
Show Gist options
  • Save rzwitserloot/ebc7213a5828866f995c2bdeeb840938 to your computer and use it in GitHub Desktop.
Save rzwitserloot/ebc7213a5828866f995c2bdeeb840938 to your computer and use it in GitHub Desktop.
class Test {
void foo() {
class Bar extends Baz {
Bar retSelf() {
return this;
}
}
}
}
class Baz {
class Bar {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment