move CompleteStatementTest to java-tests
[fedora-idea.git] / java / java-tests / testData / codeInsight / completeStatement / NoErrors.java
blob413189a1fe2f89c47543c9b9e013e72e15409f73
2 public class Test {
3 public void foo() {
4 int x <caret>= 2;