Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ A
Class
A
src/test/resources/pta/basic/Assign2.java:7–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
class
A {
8
9
void
cycle() {
10
A a1 =
new
A();
11
A a2 =
new
A();
12
A a3 =
new
A();
13
a1 = a2;
14
a2 = a3;
15
a3 = a1;
16
}
17
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected