Sitrep
Sitrep copied to clipboard
Inheriting typealiases doesn't work
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).