public void test()

in src/it/inlinerules/module/src/main/java/example/module/Example.java [24:29]


    public void test() {
		// empty block
		if (System.getProperty("true") != null)
		{
		}
    }