blob: 5d27cc86f2ad79dfeb04a7c63da5aed89adc71e9 [file] [log] [blame]
package test0007;
import java.util.*;
import static java.io.File.*;
public class X {
Map<String, String> foo() {
return null;
}
char bar() {
return separatorChar;
}
}