Skip to content

Instantly share code, notes, and snippets.

@artem-smotrakov
Created September 26, 2018 10:14
Show Gist options
  • Save artem-smotrakov/717ff420953f6a112fe1900ef156a2aa to your computer and use it in GitHub Desktop.
Save artem-smotrakov/717ff420953f6a112fe1900ef156a2aa to your computer and use it in GitHub Desktop.
public class A {
private int secret;
public class B {
public go() {
// do something
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment