ClojureDart icon indicating copy to clipboard operation
ClojureDart copied to clipboard

Warn when deftype fields shadow a member

Open cgrand opened this issue 2 years ago • 0 comments

When extending a class with deftype, one of deftype fields (the ones specified in the vector right after the type name) may conflict with a property or a method of the extended type. We should at least warn about this shadowing or even error.

cgrand avatar Feb 14 '23 13:02 cgrand