We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aa038 commit 214bc77Copy full SHA for 214bc77
test/SymbolGraph/Symbols/SkipsInheritedDocs.swift
@@ -11,5 +11,5 @@ public class Parent {
11
}
12
13
public class ShouldAppear: Parent {
14
- func foo() { }
+ override func foo() { }
15
0 commit comments