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