blob: 8f37cb3b82ecdbfb1cc18a8345201898314f74e9 [file] [log] [blame]
package static_ref_in;
import static static_in.TestStaticImportWrite.x;
public class StaticImportWriteReference {
public void foo() {
x= 10;
}
}