JavaCompilerCore/resources/bytecode/javFiles/Interface1.jav

3 lines
51 B
Plaintext
Raw Permalink Normal View History

public interface Interface1{
public void test();
}