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