Remove redundant safe call to fix FIR compilation

This commit is contained in:
Dmitriy Novozhilov
2020-09-11 12:39:05 +03:00
parent 4929417aea
commit 8e0d0d2fd8
@@ -368,7 +368,7 @@ class KotlinFacetEditorGeneralTab(
if (chosenPlatform != configuration.settings.targetPlatform) return true
// work-around for hacked equals in JvmPlatform
if (!configuration?.settings?.isHmppEnabled) {
if (!configuration.settings.isHmppEnabled) {
if (configuration.settings.targetPlatform?.let { TargetPlatformWrapper(it) } != editor.targetPlatformSelectSingleCombobox
.selectedItemTyped) {
return true