mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-08 21:12:07 +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;
|
|
}
|