blob: 423e5a8a207ddd397c973595790b10c57f16a1da [file]
class B {
static String test(A x) {
return A.DefaultImpls.foo(x);
}
}