Replace with ordinary assignment: do not suggest when operator is augmented assignment operator function

#KT-34715 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-11-27 10:46:43 +09:00
committed by Yan Zhulanow
parent 55d55446c8
commit 73e319ca7a
9 changed files with 65 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ org.jetbrains.kotlin.idea.intentions.ConvertPropertyInitializerToGetterIntention
org.jetbrains.kotlin.idea.intentions.CreateKotlinSubClassIntention
org.jetbrains.kotlin.idea.intentions.MoveMemberToCompanionObjectIntention
org.jetbrains.kotlin.idea.intentions.MovePropertyToConstructorIntention
org.jetbrains.kotlin.idea.intentions.ReplaceWithOrdinaryAssignmentIntention
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyIntention
org.jetbrains.kotlin.idea.quickfix.AddAnnotationTargetFix
org.jetbrains.kotlin.idea.quickfix.AddExclExclCallFix