Fix Typo: equals() & hashCode(), toString() are written with the first uppercase letter
^KT-41390 Fixed
This commit is contained in:
@@ -1949,8 +1949,8 @@ action.Kotlin.ClearScratch.text=Clear Kotlin Scratch
|
||||
action.Kotlin.ClearScratch.description=Clear kotlin scratch
|
||||
action.Kotlin.RunScratch.text=Run Kotlin Scratch
|
||||
action.Kotlin.RunScratch.description=Run kotlin scratch
|
||||
action.KotlinGenerateToString.text=ToString()
|
||||
action.KotlinGenerateEqualsAndHashCode.text=Equals() and HashCode()
|
||||
action.KotlinGenerateToString.text=toString()
|
||||
action.KotlinGenerateEqualsAndHashCode.text=equals() and hashCode()
|
||||
action.KotlinGenerateSecondaryConstructor.text=Secondary Constructor
|
||||
action.KotlinGenerateDataMethod.text=Parameters Function
|
||||
action.KotlinGenerateTearDownMethod.text=TearDown Function
|
||||
|
||||
@@ -91,9 +91,9 @@
|
||||
<option name="enable" path="ActionManager" hit="Enable Migrations Detection (Experimental)"/>
|
||||
<option name="experimental" path="ActionManager" hit="Enable Migrations Detection (Experimental)"/>
|
||||
<option name="migrations" path="ActionManager" hit="Enable Migrations Detection (Experimental)"/>
|
||||
<option name="and" path="ActionManager" hit="Equals() and HashCode()"/>
|
||||
<option name="equals" path="ActionManager" hit="Equals() and HashCode()"/>
|
||||
<option name="hashcode" path="ActionManager" hit="Equals() and HashCode()"/>
|
||||
<option name="and" path="ActionManager" hit="equals() and hashCode()"/>
|
||||
<option name="equals" path="ActionManager" hit="equals() and hashCode()"/>
|
||||
<option name="hashcode" path="ActionManager" hit="equals() and hashCode()"/>
|
||||
<option name="calls" path="ActionManager" hit="Find Implicit Nothing Calls"/>
|
||||
<option name="find" path="ActionManager" hit="Find Implicit Nothing Calls"/>
|
||||
<option name="implicit" path="ActionManager" hit="Find Implicit Nothing Calls"/>
|
||||
|
||||
Reference in New Issue
Block a user