@Suppress on import statements breaks syntax highlighting

Hi,

I’m using detekt and try to suppress the reporting of wildcard imports like

@Suppress("WildcardImport")
import com.foo.bar.*

while suppressing works, this breaks syntax highlighting in the IDE and the imported classes cannot be found anymore. Is this a known issue?

No. Please file a YouTrack issue.

Done: https://youtrack.jetbrains.com/issue/KT-18603