Definition for a point. class Point { int x; int y; Point() { x = 0; y = 0; } Point(int a, int b) { x = a; y = b; } }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected