mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
bind: update testdata to reflect changes from cl/17866
Change-Id: Icdc68c536b8bc9c5e3874731e33b5f90e123a052 Reviewed-on: https://go-review.googlesource.com/18618 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ public abstract class Customprefix {
|
||||
private Customprefix() {} // uninstantiable
|
||||
|
||||
public static void F() {
|
||||
go.Seq _in = new go.Seq();
|
||||
go.Seq _out = new go.Seq();
|
||||
go.Seq _in = null;
|
||||
go.Seq _out = null;
|
||||
Seq.send(DESCRIPTOR, CALL_F, _in, _out);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user