You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DanielRosenwasser
changed the title
Property is never available on interface, even though it's defined
Reserved type primitive names should not be allowed as interface names
Mar 13, 2021
Bug Report
π Search Terms
interface never
π Version & Regression Information
This is the behavior in every version I tried, and I reviewed the FAQ for entries about Classes
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
Property 'never' does not exist on type 'never'.(2339)
Why can't I use a property I defined?
π Expected behavior
Property
never
should exist on typenever
, despite their names.The text was updated successfully, but these errors were encountered: