Sitrep icon indicating copy to clipboard operation
Sitrep copied to clipboard

Inheriting typealiases doesn't work

Open ramzesenok opened this issue 5 years ago • 0 comments

Typealiasing a class (e.g. typealias UIVC = UIViewController) and inheriting from this typealias (e.g. class SomeClass: UIVC { ... }) doesn't count inheritance from the original class (UIViewController in this case).

ramzesenok avatar Mar 06 '20 13:03 ramzesenok