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