as42: Fix test about forgotten bunches

This commit is contained in:
Mikhail Zarechenskiy
2020-09-15 10:35:03 +03:00
committed by Konstantin Tskhovrebov
parent 929fb1f178
commit 11ac5bd32a
@@ -8,7 +8,6 @@ package org.jetbrains.kotlin.idea.highlighter.markers
import com.intellij.icons.AllIcons
import javax.swing.Icon
// FIX ME WHEN BUNCH as35 REMOVED
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}