Generate tests for ObjectWithStaticFieldExample.readFromStaticArray and consider the obtained code: ```kotlin ObjectWithStaticFieldsClass.staticArrayValue = staticArrayValue; ObjectWithStaticFieldsExample objectWithStaticFieldsExample = new ObjectWithStaticFieldsExample(); ObjectWithStaticFieldsClass objectWithStaticFieldsClass = new ObjectWithStaticFieldsClass(); objectWithStaticFieldsClass.y = -255; objectWithStaticFieldsClass.x = -255; ``` Order of statements is a bit strange. It would be better if "objectWithStaticFieldsExample" will be the first or the last statement.