FIR IDE: RemoveNulalbleFix quickfix

This commit is contained in:
Tianyu Geng
2021-06-11 16:30:40 -07:00
committed by Ilya Kirillov
parent b10de3dd2d
commit 4bedf41f9c
10 changed files with 99 additions and 59 deletions
@@ -1,4 +1,5 @@
// "Remove useless '?'" "true"
fun f(a: Int) : Boolean {
return a is Int<caret>
}
}
/* IGNORE_FIR */