ross_a
fun Int.returnSelf(): Int { println(this) return this } Assert.assertEquals(-1, -1.returnSelf())