mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-14 16:06:46 +07:00
9 lines
168 B
Java
9 lines
168 B
Java
package codeInsight.completion.variables.locals;
|
|
|
|
public class TestSource3 {
|
|
int aaa = 0;
|
|
public static void foo(){
|
|
int abc = 0, bac = a<caret>
|
|
}
|
|
}
|