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

Method target

chasm/src/testData/java/other/TestMergeInsns.java:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3public class TestMergeInsns {
4 public static void target() {
5 if (System.getProperty("Dummy Condition") == null) {
6 System.out.println("Test Target Method");
7 }
8 }
9}

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected