73233b2e90
#KT-10601 Fixed
5 lines
107 B
Kotlin
Vendored
5 lines
107 B
Kotlin
Vendored
// "Make variable mutable" "false"
|
|
// ERROR: Val cannot be reassigned
|
|
fun fun1(i: Int) {
|
|
<caret>i = 2
|
|
} |