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