Fixed accidental override of new method in IDEA API.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import com.intellij.debugger.ui.tree.FieldDescriptor
|
||||
import com.sun.jdi.ObjectReference
|
||||
|
||||
class DelegatedPropertyFieldDescriptor(
|
||||
val project: Project,
|
||||
project: Project,
|
||||
val computedValueFromGetter: Value,
|
||||
val objectRef: ObjectReference,
|
||||
val delegate: Field
|
||||
|
||||
Reference in New Issue
Block a user