Kotlin / workshop

JetBrains Kotlin Workshop Material
Other
595 stars 149 forks source link

Deprecation annotation was on the wrong symbol #10

Open reitzig opened 6 years ago

reitzig commented 6 years ago

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 commented 4 years ago

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