Skip to content

Instantly share code, notes, and snippets.

@JayBazuzi
Last active December 6, 2015 20:49
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 JayBazuzi/cc384ef8739df7f39ca7 to your computer and use it in GitHub Desktop.
Save JayBazuzi/cc384ef8739df7f39ca7 to your computer and use it in GitHub Desktop.
class B
{
A a = new A();
public F()
{
return a.G(...);
}
}
// Test:
result = new B().F();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment