package de.hub.srcrepo.sstestdata.implicitConstructorCall; public class A { public static void bar() { new B(); } }