// PROBLEM: none fun sqrPlusOne(arg: Int): Int { var other = arg other++ return other * other }