Debugger: Fix completion for synthetic '_field' extension properties (KT-23586)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class Foo {
|
||||
val foo: Int = 3
|
||||
get() = field + 1
|
||||
|
||||
fun foo() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: foo
|
||||
// EXIST: foo_field
|
||||
+1
@@ -0,0 +1 @@
|
||||
this.f<caret>
|
||||
Reference in New Issue
Block a user