Files
openide/java/java-tests/testData/codeInsight/completion/variables/locals/StringVariable.java
T
2009-10-15 19:04:17 +01:00

5 lines
66 B
Java

class TestSource1{
public void foo(){
String st<caret>
}
}