blob: 4288a338686b6cc4e0abcf11668a0caf68b9529b [file] [log] [blame]
// PROBLEM: none
operator fun Int.not() = this * -1
fun foo() {
val c = !!<caret>1
}