1226d8fc2c
Before this change everything works just fine for 'handleResult' methods accepting non-Unit parameters For other cases the same coercion-to-unit strategy is in plain lambdas: - if last statement is not Unit type, execute it, pop from the stack, then put Unit instance - for 'return@label' (no expression) just put Unit on the stack #KT-13531 Fixed