dot & keyword completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / keywords / continue_after.java
blobcf2b10a423e2001f8420ee23941a191309808d2b
2 public class Foo {
4 for(int i;;) { continue; }