[java-completion] IDEA-344486 support correctness for completion

- allow extending class with no-default constructors

GitOrigin-RevId: 12e7ded76a87128b681ceb455ad9fb8c39b9c793
This commit is contained in:
Mikhail Pyltsin
2024-01-30 14:07:22 +01:00
committed by intellij-monorepo-bot
parent 37d2517f3a
commit 1ff383762f

View File

@@ -130,6 +130,7 @@ is.not.an.enclosing.class=''{0}'' is not an enclosing class
local.class.referenced.from.other.switch.branch=Local class ''{0}'' cannot be referenced from another switch branch
cannot.be.referenced.from.static.context=''{0}'' cannot be referenced from a static context
no.default.constructor.available=There is no parameterless constructor available in ''{0}''
no.default.constructor.available.anchor=There is no parameterless constructor available in
missing.return.statement=Missing return statement
unreachable.statement=Unreachable statement
unreachable.statement.false.condition=Loop condition is always false making the loop body unreachable