blob: 4af1c82ee23730d2e0953886c2b57152c899b8cb [file] [log] [blame]
package q9;
/* Test case for bug 5862 search : too many matches on search with OrPattern */
interface I{
void m();
}
class A1 implements I{
public void m(){}
}
interface I1{
void m();
}