split UnimplementInterfaceAction to two fixes with immutable text for clarity (boolean parameter considered harmful) and for stability

GitOrigin-RevId: 3942585b2071cb81733080dee122913cdac001f1
This commit is contained in:
Alexey Kudravtsev
2022-08-03 09:43:32 +02:00
committed by intellij-monorepo-bot
parent 5224aa124a
commit 5145671442
28 changed files with 59 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
// "Unimplement Interface" "true-preview"
// "Unimplement" "true-preview"
class A implements I<caret>I {
public String toString() {
return super.toString();