blob: f15b0a1b7ce9fdacc7490de72df8698f80f4d8f3 [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();
}