blob: f58661eb3108862c10d428415764edee05238d25 [file] [log] [blame]
public class CompletionQualifiedAllocationType1 {
public class YYY {
}
void foo(){
this.new YYY
}
}