package templates; public class Foo { void m(int[] array) { java.util.Optional.ofNullable(array)<caret> } }