blob: 076d50a43cbd8bca7c6add4140c9335bf10f7234 [file] [log] [blame]
class D {
void foo(){}
void bar(A a){
a.foo();
}
void bazz(Test t){
t.foo();
}
}