[Test] Migrate AbstractBytecodeTextTest to new test infrastructure
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class J {
|
||||
public interface F {
|
||||
public int call(String x)
|
||||
public int call(String x);
|
||||
}
|
||||
|
||||
public static void g(F r) {
|
||||
@@ -26,4 +26,4 @@ inline fun inlineFun() {
|
||||
// 0 declaration: void <init>\(kotlin.jvm.functions.Function1<.*, .*>\)
|
||||
// 0 declaration: function extends kotlin.jvm.functions.Function1<.*, .*>
|
||||
// 2 private final synthetic Lkotlin/jvm/functions/Function1; function
|
||||
// 2 <init>\(Lkotlin/jvm/functions/Function1;\)V
|
||||
// 2 <init>\(Lkotlin/jvm/functions/Function1;\)V
|
||||
|
||||
Reference in New Issue
Block a user