Remove unused variable with constant initializer #KT-13886 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-07-21 13:02:42 +03:00
parent a08f55cf99
commit 9781d1fcdf
6 changed files with 32 additions and 5 deletions
@@ -0,0 +1,5 @@
// "Remove variable 'i'" "true"
fun foo() {
val <caret>i: Int? = null
}