Don't suggest "Remove variable" for property with function initializer

So #KT-23752 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-05-08 05:15:44 +03:00
committed by Mikhail Glukhikh
parent b8f8802cff
commit e770aed084
9 changed files with 62 additions and 11 deletions
@@ -0,0 +1,4 @@
// "Remove variable 'a'" "true"
fun test() {
fun(s: String) { s + s }
}