package testtypes; public class TypeWithCircularReference { public TypeWithCircularReference circular; }