Files

8 lines
98 B
Java

package foo;
public class Intf {
protected String getFooBar() {
return "OK";
}
}