Collection of examples of incorrect highlighting in IntellJ Idea's Scala plugin.
When imported definition conflicts with package name, for some reason package name takes precedence.
When trying to import a class parameter that shadows a field in parent class, such import is incorrectly reported as error.
When overloaded function is passed as an argument to another function Idea gets confused.