package pkg; import java.math.BigDecimal; public interface TestInterfaceWithObjectField { BigDecimal BUGS_IN_THE_DECOMPILER = BigDecimal.ZERO; }