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