Debugger: Fix completion for synthetic '_field' extension properties (KT-23586)

This commit is contained in:
Yan Zhulanow
2019-03-19 20:31:11 +03:00
parent 0d04dc6f99
commit fb3efd2d78
12 changed files with 75 additions and 11 deletions
@@ -0,0 +1,12 @@
class Foo {
val foo: Int = 3
get() = field + 1
fun foo() {
<caret>
}
}
// INVOCATION_COUNT: 1
// EXIST: foo
// EXIST: foo_field
@@ -0,0 +1 @@
this.f<caret>