blob: 8d617155245f69d924920145683f073c18262164 [file] [log] [blame]
public class CompletionConstructorForAnonymousType {
void foo() {
TypeWithConstructor a = new TypeWithConstructor(
}
}