Fixed name suggester for getter/setter names. Added names suggested by call before "sure" call. +Test

This commit is contained in:
Alexander.Podkhalyuzin
2012-04-04 14:34:04 +04:00
parent e6fd0c053f
commit b8e1e1dd75
3 changed files with 28 additions and 3 deletions
@@ -0,0 +1,11 @@
fun getFooGoo(): String? = "text"
fun a() {
<selection>getFooGoo().sure()</selection>
}
/*
fooGoo
goo
s
sure
*/