blob: 21df4858b483ead1f61db5b06bc86f2fcd535ed6 [file] [log] [blame]
package test0228;
import java.util.*;
public class Test {
public static int foo() {
return 4;
}
public int bar() {
return test0228.Test.foo();
}
}