We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a51c45 commit 4f714abCopy full SHA for 4f714ab
tests/expectations/tests/libclang-3.9/objc_inheritance.rs
@@ -77,6 +77,7 @@ impl Baz {
77
Self(unsafe { msg_send!(objc::class!(Baz), alloc) })
78
}
79
80
+impl IBar for Baz {}
81
impl From<Baz> for Bar {
82
fn from(child: Baz) -> Bar {
83
Bar(child.0)
0 commit comments