KT-7731 Completion: replacement of call with no parameters with property by Tab

#KT-7731 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-05-14 19:26:34 +03:00
parent 8ea0441348
commit 858adfb2db
8 changed files with 121 additions and 37 deletions
@@ -0,0 +1,10 @@
class C {
val bar: Int
}
fun foo(c: C) {
val v = c.<caret>getBar(0)
}
// ELEMENT: bar
// CHAR: '\t'