blob: db0b58c35cd0e24434e6dc9404165510faaa3316 [file] [log] [blame]
package p;
interface I1 {
void /*target*/m(int i);
}
interface I2 {
void m(long l);
}