anyone know why intellij would complain about this...
# getting-started
a
anyone know why intellij would complain about this? seems to work in repl
Copy code
package com.company


fun test(n: Int) {
    n = 1
    println(n)
}