I think I got it: ``` val you = 3 infix fun Int.ar...
# announcements
n
I think I got it:
Copy code
val you = 3
infix fun Int.are(x: Int): Boolean = x == x
val into = 2
val convinced = true
fun pushUp() = 3
operator fun Int.times(other: ()->Int): Int = other()
class Kotlin
class CanDo<T>