diff --git a/idea/src/org/jetbrains/jet/plugin/highlighter/KotlinSuppressableWarningProblemGroup.kt b/idea/src/org/jetbrains/jet/plugin/highlighter/KotlinSuppressableWarningProblemGroup.kt index fc7b57c15b3..d79558e4236 100644 --- a/idea/src/org/jetbrains/jet/plugin/highlighter/KotlinSuppressableWarningProblemGroup.kt +++ b/idea/src/org/jetbrains/jet/plugin/highlighter/KotlinSuppressableWarningProblemGroup.kt @@ -41,7 +41,7 @@ class KotlinSuppressableWarningProblemGroup( if (element == null) return SuppressIntentionAction.EMPTY_ARRAY - return createSuppressWarningActions(element, diagnosticFactory).copyToArray() + return createSuppressWarningActions(element, diagnosticFactory).copyToArray() as Array // TODO temp hack } }