NonNumericIncDec occurs when an increment or decrement operator is applied to a non-numeric value. Example: func f() { var c = "c" c++ }