10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
|
interface TestInterfaceMethod {
|
||
|
|
||
|
empty1();
|
||
|
|
||
|
void empty2();
|
||
|
|
||
|
empty3(Integer a);
|
||
|
|
||
|
empty4(String a, Integer b);
|
||
|
}
|