java: include parentheses () in text when referring to methods

GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
This commit is contained in:
Bas Leijdekkers
2022-08-22 17:58:06 +00:00
committed by intellij-monorepo-bot
parent 46bc714501
commit 9addc5eaf7
285 changed files with 368 additions and 359 deletions
@@ -1,4 +1,4 @@
// "Make 'foo' static" "true-preview"
// "Make 'foo()' static" "true-preview"
interface I {
void f<caret>oo() {
System.out.println();