blob: e9bdf2b9ad54d580f2a579f948cfa970f213c15b [file] [log] [blame]
class MirandaClass2 extends MirandaAbstract {
public boolean inInterface() {
return true;
}
public int inInterface2() {
return 28;
}
}