mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-15 02:03:58 +07:00
IDEA-220634 Completion suggests finalize() first after @Nullable/@Nonnull, final expected
GitOrigin-RevId: 4c77dc0eeeae84d60d320e13338dc6de1aaf2ec0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b76ef269a4
commit
476bc6682a
+5
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
void foo() {
|
||||
@Anno final <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user