blob: ae787b65ba8513eff3caa9cd1460969a10148735 [file] [log] [blame]
package static_ref_in;
import static static_in.TestStaticImportReadWrite.x;
public class StaticImportReadWriteReference {
public void foo() {
x= x + 10;
}
}