01: package com.kirkk.analyzer.jar2.test3; 02: 03: import com.kirkk.analyzer.jar1.test2.*; 04: 05: public class Test3 { 06: public void doNothing() { 07: System.out.println(new Test2().nothing()); 08: 09: } 10: }