mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-15 02:56:20 +07:00
16 lines
297 B
Java
16 lines
297 B
Java
package codeInsight.completion.variables.locals;
|
|
|
|
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: igork
|
|
* Date: Nov 25, 2002
|
|
* Time: 3:10:08 PM
|
|
* To change this template use Options | File Templates.
|
|
*/
|
|
public class TestSource9 {
|
|
static {
|
|
int bbb = 0;
|
|
int aaa = b<caret>
|
|
}
|
|
}
|