package base_in; public class TestTwoFragments { @Deprecated volatile int anotherField, field; public int getField(){ return field; } }