dimsuz
someClass.someFunction().toLambdaWithReturnValue(33) // gets transformed into this { someClass.someFunction(); 33 }