3122760c49
- All those tests already pass, they are needed to fix the behaviour of the inspection before the changes
8 lines
120 B
Java
Vendored
8 lines
120 B
Java
Vendored
public interface JavaTest {
|
|
interface FunInterface1 {
|
|
void test();
|
|
}
|
|
|
|
void foo(FunInterface1 f1);
|
|
}
|