mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-14 07:02:51 +07:00
7 lines
121 B
Java
7 lines
121 B
Java
package codeInsight.completion.variables.locals;
|
|
|
|
public class TestSource6 {
|
|
int aaa = bbb<caret>
|
|
int bbb = 0;
|
|
}
|