FIR IDE: Add quickfix for VAR_OVERRIDDEN_BY_VAL.
This commit is contained in:
committed by
Ilya Kirillov
parent
57e06992c9
commit
7962224804
@@ -4,4 +4,5 @@
|
||||
// ERROR: Val cannot be reassigned
|
||||
fun fun1(i: Int) {
|
||||
<caret>i = 2
|
||||
}
|
||||
}
|
||||
/* FIR_COMPARISON */
|
||||
Reference in New Issue
Block a user