mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
no duplicates in java var name suggestions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class Foo {
|
||||
|
||||
void bar() {
|
||||
APreferencePolicy p<caret> = 2;
|
||||
System.out.println(policy);
|
||||
}
|
||||
}
|
||||
|
||||
class APreferencePolicy {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user