MCPcopy
hub / github.com/DuGuQiuBai/Java / main

Method main

day16/code/day16_Generic/src/cn/itcast_02/Tool3Test.java:4–10  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

2
3public class Tool3Test {
4 public static void main(String[] args) {
5 Tool3 t = new Tool3();
6
7 t.print("hello");
8 t.print(100);
9 t.print(true);
10 }
11}

Callers

nothing calls this directly

Calls 1

printMethod · 0.95

Tested by

no test coverage detected