blob: e762e4ccb5e522871ca43a21f613e8511e157aad [file] [log] [blame]
package test4;
public class DeclMethodsList {
public void foo() {}
int foo(int i) { return i; }
public void bar() {}
}