1 2 3 4 5 6 7
public class B { T t = new T(); public void method() { System.out.println("B.method() running"); t.m2(); } }