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

Deprecation annotation was on the wrong symbol#10

Open
reitzig wants to merge 1 commit intoKotlin:masterfrom
reitzig:patch-1
Open

Deprecation annotation was on the wrong symbol#10
reitzig wants to merge 1 commit intoKotlin:masterfrom
reitzig:patch-1

Conversation

@reitzig
Copy link
Contributor

@reitzig reitzig commented Jan 4, 2018

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

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
@yole yole assigned svtk Feb 5, 2018
@reitzig
Copy link
Contributor Author

reitzig commented Jun 22, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants