There\'s a class with initialized nested array field:
public class TestClass { public TestClass() { testArrProperty = new int[6] { }; }