package test; public interface InterfaceField { String STRING = "str"; String func(); }