view test/testlibrary/ctw/test/Foo.java @ 19182:8cd798884d60

generateZshCompletions should include diagnostic VM options and supoprt completion for more mx commands
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Fri, 06 Feb 2015 11:32:26 -0800
parents ceda33ff54a3
children
line wrap: on
line source

public class Foo {
  private static void staticMethod() { }
  public void method() { }
  protected Foo() { }
}