MCPcopy Index your code
hub / github.com/beanshell/beanshell / Y

Class Y

tests/src/InheritanceTest/Y.java:3–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package InheritanceTest;
2
3public class Y extends X implements C {
4 public void c() {
5 System.out.println("Y.c()");
6 }
7 public void y() {
8 System.out.println("Y.y()");
9 }
10 void y_() {
11 System.out.println("Y.y_()");
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected