6 lines
70 B
Java
6 lines
70 B
Java
@Utility
|
|
public interface UtilityInterface {
|
|
void m();
|
|
int i = 0;
|
|
}
|