[Swift APIView] empty extensions displayed when it contains no public members
Open
APIView
Swift
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 144
Description
```swift
extension Foo {
}
```
If the extension block is empty and isn't a protocol conformance statement, we can omit these.
Contributor guide
Assessment
This issue has not been assessed yet.