mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-20 04:20:25 +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>
|
|
}
|
|
}
|