Minor: Fix IllegalAccessError on referencing synthetic property
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ public class KotlinInplaceParameterIntroducer(
|
|||||||
|
|
||||||
init {
|
init {
|
||||||
initFormComponents {
|
initFormComponents {
|
||||||
addComponent(previewComponent)
|
addComponent(getPreviewComponent())
|
||||||
|
|
||||||
val defaultValueCheckBox = NonFocusableCheckBox("Introduce default value")
|
val defaultValueCheckBox = NonFocusableCheckBox("Introduce default value")
|
||||||
defaultValueCheckBox.isSelected = descriptor.withDefaultValue
|
defaultValueCheckBox.isSelected = descriptor.withDefaultValue
|
||||||
|
|||||||
Reference in New Issue
Block a user