MCPcopy Create free account
hub / github.com/LFYSec/MScan / A

Class A

src/test/resources/sideeffect/PrimitiveTest.java:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14class A {
15 int a;
16
17 A(int a) {
18 this.a = a;
19 }
20
21 public void mod() {
22 a++;
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected