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:
Vendored
+3
-2
@@ -10,8 +10,9 @@ public abstract class Try {
|
||||
private Try() {} // uninstantiable
|
||||
|
||||
public static String This() {
|
||||
go.Seq _in = new go.Seq();
|
||||
go.Seq _out = new go.Seq();
|
||||
go.Seq _in = null;
|
||||
go.Seq _out = null;
|
||||
_out = new go.Seq();
|
||||
String _result;
|
||||
Seq.send(DESCRIPTOR, CALL_This, _in, _out);
|
||||
_result = _out.readString();
|
||||
|
||||
Reference in New Issue
Block a user