Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Deprecation annotation was on the wrong symbol #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 4, 2018

  1. Deprecation annotation was on the wrong symbol

    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 committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    c2f88d8 View commit details
    Browse the repository at this point in the history