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