Temp hack to workaround backend bug
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ class KotlinSuppressableWarningProblemGroup(
|
|||||||
if (element == null)
|
if (element == null)
|
||||||
return SuppressIntentionAction.EMPTY_ARRAY
|
return SuppressIntentionAction.EMPTY_ARRAY
|
||||||
|
|
||||||
return createSuppressWarningActions(element, diagnosticFactory).copyToArray()
|
return createSuppressWarningActions(element, diagnosticFactory).copyToArray() as Array<SuppressIntentionAction> // TODO temp hack
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user