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