Don't suggest "Remove variable" for property with function initializer
So #KT-23752 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b8f8802cff
commit
e770aed084
+4
@@ -0,0 +1,4 @@
|
||||
// "Remove variable 'a'" "true"
|
||||
fun test() {
|
||||
fun(s: String) { s + s }
|
||||
}
|
||||
Reference in New Issue
Block a user