### Summary See code example, where it would make sense to inline the variable ### Lint Name _No response_ ### Reproducer ```java Terrain terrain = new Terrain(width, height, fieldMatrix, rover, target); this.navSystem.terrain = terrain; ```