MCPcopy Create free account
hub / github.com/chunkhound/chunkhound / InnerSample

Class InnerSample

tests/fixtures/java/Sample.java:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 // Inner class example
37 private class InnerSample {
38 void process() {
39 System.out.println("Processing " + name);
40 }
41 }
42
43 // Enum example
44 public enum Status {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected