mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-19 15:51:29 +00:00
This fixes a lot of warnings on mixed Kotlin+Java code about different names for the same parameter because we always loaded 'equals' parameter with the name 'p0', whereas in Kotlin we usually name it 'other'