// FIX: Replace negated 'is' operation with '!is' fun test(n: Int) { 0 !is Int }