blob: f85070f3326cfef95211acf823ad0217aad1efce [file] [log] [blame]
package com.siyeh.igtest.j2me;
public abstract class AbstractClassWithOnlyOneDirectAncestorInspectionImpl implements InterfaceWithOnlyOneDirectAncestorInspection {
public int foo() {
return 0;
}
}