package com.redhat.ceylon.compiler.java.test.interop; public interface Bug2318Java { void apply(StringBuffer buf); void apply(char ch, int i1); }