Reduce boilerplate in CompileKotlinAgainstCustomBinariesTest
Check against output.txt in compileKotlin; adapt test data of some tests
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
OK
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ package test
|
||||
public class A {
|
||||
|
||||
inline public fun test(s: () -> Unit) {
|
||||
|
||||
s()
|
||||
}
|
||||
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public interface JavaInterface {
|
||||
void foo(int javaName);
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
interface JavaInterface {
|
||||
void foo(int javaName);
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
OK
|
||||
OK
|
||||
Reference in New Issue
Block a user