Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.44k stars 92 forks source link

Warn when deftype fields shadow a member #198

Open cgrand opened 1 year ago

cgrand commented 1 year ago

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.