blob: 9f013dbf3a4aa76015972a5a0df47fef68103e1c [file] [log] [blame]
package test0295;
public class Test {
public List g() {
return null;
}
public void foo() {
g();
}
}