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

Class AnI_Traced

bind/java/SeqTest.java:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 boolean finalizedAnI;
319
320 private class AnI_Traced extends AnI {
321 @Override
322 public void finalize() throws Throwable {
323 finalizedAnI = true;
324 super.finalize();
325 }
326 }
327
328 public void testJavaRefKeep() {
329 finalizedAnI = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected