Reports expressions not annotated with @Nls that are passed to parameters that require a @Nls string.

This indicates an unwanted conversion of a normal string into a natural language string.

Example:


  def setTitle(@Nls title: String) = ???

  setTitle("Hardcoded title") // This should be extracted into a bundle