workshop icon indicating copy to clipboard operation
workshop copied to clipboard

Deprecation annotation was on the wrong symbol

Open reitzig opened this issue 7 years ago • 1 comments

The compiler would warn

'typealias BasicCustomer = BaseCustomer' uses 'BaseCustomer', which is deprecated. BasicCustomer is now called BaseCustomer

But BaseCustomer is not deprecated. After the change, the warning is:

'typealias BasicCustomer = BaseCustomer' is deprecated. BasicCustomer is now called BaseCustomer

reitzig avatar Jan 04 '18 13:01 reitzig

@svtk, I just stumbled over this old fork of mine. Is this still actionable or can I delete the fork?

reitzig avatar Jun 22 '20 17:06 reitzig