FIR checker: report VAL_REASSIGNMENT on value parameter

This commit is contained in:
Jinseong Jeon
2021-04-26 00:38:34 -07:00
committed by TeamCityServer
parent 2486555208
commit 03f85bea8f
7 changed files with 19 additions and 13 deletions
@@ -5,7 +5,7 @@ fun testPrefix() {
fun testPostfixWithCall(n: Nothing) {
operator fun Nothing.inc(): Nothing = this
n++
<!VAL_REASSIGNMENT!>n<!>++
}
fun testPostfixSpecial() {