mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-121756 Don't provide postfix completion options in java string literals
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
Integer string = (Integer.parseInt("test.test.cast<caret>"));
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
Integer string = (Integer.parseInt("test.test.cast <caret>"));
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
Integer string = (Integer.parseInt("test.test".cast<caret>));
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Foo {
|
||||
void m(Object o) {
|
||||
Integer string = (Integer.parseInt((() "test.test")<caret>));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user