mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java completion: don't suggest a variable name after a misspelled keyword (IDEA-215451)
GitOrigin-RevId: 2224a09bdaaee8026dc1ec97cb8884366a26abfd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cbf13dbe39
commit
831125d1c7
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class MyFirstTestClassFoo {
|
||||
public class Eee {
|
||||
|
||||
void foo(int a, Eee e<caret>){
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class MyFirstTestClassFoo {
|
||||
public class Eee {
|
||||
|
||||
void foo(int a, Eee eee<caret>){
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user