FIR IDE: Add quickfix for VAR_ANNOTATION_PARAMETER.
This commit is contained in:
committed by
Ilya Kirillov
parent
2f450549ab
commit
706d3e5aa8
@@ -0,0 +1,6 @@
|
||||
// "Change to val" "true"
|
||||
annotation class Ann(
|
||||
val a: Int,
|
||||
var<caret> b: Int
|
||||
)
|
||||
/* FIR_COMPARISON */
|
||||
Reference in New Issue
Block a user