MCPcopy Create free account
hub / github.com/QuiltMC/chasm / EmptyOuterClass

Class EmptyOuterClass

chasm/src/testData/java/empty/EmptyOuterClass.java:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package empty;
2
3public class EmptyOuterClass {
4 static class EmptyStaticNestedClass {
5 }
6
7 class EmptyInnerClass {
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected