MCPcopy Create free account
hub / github.com/golang/mobile / testInterfaceMethodReturnsStructPointer

Method testInterfaceMethodReturnsStructPointer

bind/java/SeqTest.java:287–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 }
286
287 public void testInterfaceMethodReturnsStructPointer() {
288 final AnI obj = new AnI();
289 for (int i = 0; i < 5; i++) {
290 S s = Testpkg.callS(obj);
291 runGC();
292 }
293 }
294
295 public void testInterfaceMethodTakesStructPointer() {
296 final AnI obj = new AnI();

Callers

nothing calls this directly

Calls 1

runGCMethod · 0.95

Tested by

no test coverage detected