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