blob: ececce40fef5aba8e21300b16879fcb3417a47ae [file] [log] [blame]
public class CompletionFindConstructor {
public CompletionFindConstructor (int i) {
}
publuc void foo(){
int x = 45;
new CompletionFindConstructor(i);
}
}