```if (somecondition) { methodWhichReturnsNullable...
# language-proposals
y
Copy code
if (somecondition) { methodWhichReturnsNullable(); return@ifPresent }