blob: 38256abf96928403b3f4e03ec83387e321a58613 [file] [log] [blame]
package static_ref_in;
import static static_in.TestStaticImportRead.x;
public class StaticImportReadReference {
public void foo() {
int y= x;
}
}