Reduce boilerplate in CompileKotlinAgainstCustomBinariesTest
Check against output.txt in compileKotlin; adapt test data of some tests
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
public interface JavaInterface {
|
||||
void foo(int javaName);
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
interface JavaInterface {
|
||||
void foo(int javaName);
|
||||
}
|
||||
Reference in New Issue
Block a user