mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-14 16:06:46 +07:00
9 lines
146 B
Java
9 lines
146 B
Java
package codeInsight.completion.variables.locals;
|
|
|
|
public class TestSource9 {
|
|
static {
|
|
int bbb = 0;
|
|
int aaa = b<caret>
|
|
}
|
|
}
|