fun test(): Int { var result = 58 val v = result++ return result + v }