``` nullable { val x = foo() val y = bar(x) ...
# announcements
v
Copy code
nullable {
  val x = foo()
  val y = bar(x)
  x + y
}