blob: 2d1472e57e59bd1dacff3e07d9272a78ddc0e220 [file] [log] [blame]
public class CompletionVoidMethod {
int foo1() {return 0;}
void foo() {}
Object foo3() {return null;}
void bar() {
int i = foo
}
}