mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IDEA-65286 JAVA: autocomplete triggers within double-value
This commit is contained in:
@@ -476,5 +476,14 @@ class JavaAutoPopupTest extends CompletionAutoPopupTestCase {
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
public void testDoubleLiteralInField() {
|
||||
myFixture.configureByText "a.java", """
|
||||
public interface Test {
|
||||
double FULL = 1.0<caret>
|
||||
}"""
|
||||
type 'd'
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user