blob: 9b0324555f89ce92d2846caafad4d4cf1dc89992 [file] [log] [blame]
public class Bar {
private static void staticMethod() { }
public void method() { }
protected Bar() { }
}