blob: 17ebd9bded95fb82f34b2129ec898a32e54d74d3 [file] [log] [blame]
class D {
void bar(I i) {
i.foo();
}
}