FIR IDE: Add quickfix for VAR_ANNOTATION_PARAMETER.

This commit is contained in:
Mark Punzalan
2021-02-12 23:16:52 +00:00
committed by Ilya Kirillov
parent 2f450549ab
commit 706d3e5aa8
5 changed files with 24 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Change to val" "true"
annotation class Ann(
val a: Int,
var<caret> b: Int
)
/* FIR_COMPARISON */