compiler/testData/codegen/box/controlStructures/kt416.kt (4 lines of code) (raw):

fun box() : String { var a = 10 return if(a?.plus(10) == 20) "OK" else "fail" }