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