blob: 88877aa953a3f186aae7c49944998408be3289bb [file] [log] [blame]
package p2
class C1 {
def foo(){
new C2()
}
}