mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
restore java reflection completion in string literals: don't let properties override it
This commit is contained in:
+1
@@ -64,6 +64,7 @@ public class JavaReflectionCompletionTest extends LightFixtureCompletionTestCase
|
||||
}
|
||||
|
||||
public void testGenerics() throws Exception {
|
||||
myFixture.addFileToProject("a.properties", "foo=bar"); // check that property variants don't override reflection ones
|
||||
doTest(0, "foo");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user