MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
139 stars 12 forks source link

Handle overridden declarations requiring testable #41

Closed keith closed 1 year ago

keith commented 1 year ago

In the case you have a module that defines a public class, if you try to subclass it in your tests you must use @testable on the import.