[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-29 12:50:05 +00:00
committed by intellij-monorepo-bot
parent 057b1bc48d
commit d24dbdcf93
6 changed files with 12 additions and 10 deletions
@@ -0,0 +1,4 @@
public class FieldWithEquals {
void foo(<caret>) {
}
}