KT-7731 Completion: replacement of call with no parameters with property by Tab
#KT-7731 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class C {
|
||||
val bar: Int
|
||||
}
|
||||
|
||||
fun foo(c: C) {
|
||||
val v = c.<caret>getBar()
|
||||
}
|
||||
|
||||
// ELEMENT: bar
|
||||
// CHAR: '\t'
|
||||
Reference in New Issue
Block a user