Skip to content

Instantly share code, notes, and snippets.

@ilandbt
Created October 27, 2016 13:02
Show Gist options
  • Save ilandbt/e74fbd53d2cd3a5ce530e7fb57b15ece to your computer and use it in GitHub Desktop.
Save ilandbt/e74fbd53d2cd3a5ce530e7fb57b15ece to your computer and use it in GitHub Desktop.
extension A {
private foo() {
}
}
public class A {
init() {
foo()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment