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