mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
java: include parentheses () in text when referring to methods
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
46bc714501
commit
9addc5eaf7
@@ -1,4 +1,4 @@
|
||||
// "Annotate method 'dontAnnotateBase' as '@NotNull'" "true-preview"
|
||||
// "Annotate method 'dontAnnotateBase()' as '@NotNull'" "true-preview"
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class X {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Annotate method 'dontAnnotateBase' as '@NotNull'" "true-preview"
|
||||
// "Annotate method 'dontAnnotateBase()' as '@NotNull'" "true-preview"
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class X {
|
||||
|
||||
Reference in New Issue
Block a user