blob: a8dc995a5389a72a19edab3b01f6040059a9f783 [file] [log] [blame]
package m;
public interface MethodReferenceInterface {
void process();
}