Temp hack to workaround backend bug

This commit is contained in:
Evgeny Gerashchenko
2013-10-01 18:24:54 +04:00
parent 3f00004255
commit 1993bff51b
@@ -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<SuppressIntentionAction> // TODO temp hack
}
}