Skip to content

Instantly share code, notes, and snippets.

@udalov
Created April 10, 2013 10:43
Show Gist options
  • Save udalov/5353584 to your computer and use it in GitHub Desktop.
Save udalov/5353584 to your computer and use it in GitHub Desktop.
class A { void foo() {} }
class a { }
public class Main {
public static void main(String[] args) {
new A().foo();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment