93d854362b
#KT-30613 Fixed
7 lines
84 B
Plaintext
Vendored
7 lines
84 B
Plaintext
Vendored
public class Test {
|
|
void foo(Sam s) {}
|
|
}
|
|
|
|
interface Sam {
|
|
void foo(int x);
|
|
} |