Fixed name suggester for getter/setter names. Added names suggested by call before "sure" call. +Test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun getFooGoo(): String? = "text"
|
||||
|
||||
fun a() {
|
||||
<selection>getFooGoo().sure()</selection>
|
||||
}
|
||||
/*
|
||||
fooGoo
|
||||
goo
|
||||
s
|
||||
sure
|
||||
*/
|
||||
Reference in New Issue
Block a user