Skip to content

Instantly share code, notes, and snippets.

@yankov
Created October 13, 2012 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yankov/3886363 to your computer and use it in GitHub Desktop.
Save yankov/3886363 to your computer and use it in GitHub Desktop.
java
a = new A();
b = new a.B();
// how in 'b' have a refference to 'a'?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment