Skip to content

Commit 214bc77

Browse files
committed
Fix compile error
1 parent 42aa038 commit 214bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SymbolGraph/Symbols/SkipsInheritedDocs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ public class Parent {
1111
}
1212

1313
public class ShouldAppear: Parent {
14-
func foo() { }
14+
override func foo() { }
1515
}

0 commit comments

Comments
 (0)