357fc55358
#KT-4456 fixed
4 lines
54 B
Java
4 lines
54 B
Java
interface JavaInterface {
|
|
void foo(Runnable r);
|
|
}
|