[java] IDEA-343556 Java: provide override line markers in dumb mode

GitOrigin-RevId: 96e58759c54a9fc03ed2f79a519f8971469be55b
This commit is contained in:
Yuriy Artamonov
2024-02-10 16:22:05 +01:00
committed by intellij-monorepo-bot
parent aaccc3a7a8
commit 8c259fa269
4 changed files with 65 additions and 6 deletions

View File

@@ -1668,7 +1668,7 @@ action.go.to.functional.implementation.text=Find Functional Interface Implementa
action.go.to.implementation.text=Go to Implementation(s)
action.go.to.subclass.text=Go to Subclass(es)
action.go.to.overriding.methods.text=Go to Overriding Methods
action.go.to.super.method.text=Go to super method
action.go.to.super.method.text=Go to Super Method
tooltip.recursive.call=Recursive call
label.compact.constructor=Compact constructor
label.canonical.constructor=Canonical constructor