`!` symbol can appear after an identifier as negat...
# announcements
o
!
symbol can appear after an identifier as negation operator with
infix
functions:
Copy code
infix fun Int.foo(b:Boolean) {
    1 foo!b
}