Details
Description
In Kotlin to be interoperable with Java some identifiers which are keywords can be backticked. We should not report them as badly named variables.
override fun isViewFromObject(view: View, `object`: Any) = view == `object`
To do that we could change the default Kotlin value for the parameter.
Attachments
Issue Links
- relates to
-
RSPEC-117 Local variable and function parameter names should comply with a naming convention
- Active