Minor: Fix IllegalAccessError on referencing synthetic property

This commit is contained in:
Alexey Sedunov
2015-12-22 11:11:39 +03:00
parent f870e365fa
commit da2806acde
@@ -176,7 +176,7 @@ public class KotlinInplaceParameterIntroducer(
init {
initFormComponents {
addComponent(previewComponent)
addComponent(getPreviewComponent())
val defaultValueCheckBox = NonFocusableCheckBox("Introduce default value")
defaultValueCheckBox.isSelected = descriptor.withDefaultValue