[java-completion] Fix method body without () only when type is void (IDEA-23781)

GitOrigin-RevId: d669b3447dce6186a10f8b807b86bb14f9b98f82
This commit is contained in:
Tagir Valeev
2022-04-28 10:46:28 +02:00
committed by intellij-monorepo-bot
parent 057b1bc48d
commit d24dbdcf93
6 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
public class FieldWithEquals {
void foo<caret>
}