mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VariablesCompletionTest -> community
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
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 {
|
||||
private int aField;
|
||||
public void foo() {
|
||||
Runnable r = new Runnable() {
|
||||
public void run() {
|
||||
int x = aField<caret>;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user