Files
T
Alexander Udalov dae414854d Reduce boilerplate in CompileKotlinAgainstCustomBinariesTest
Check against output.txt in compileKotlin; adapt test data of some tests
2017-05-26 19:38:53 +03:00

4 lines
63 B
Java
Vendored

public interface JavaInterface {
void foo(int javaName);
}