Subtypes of List or Opt are classified as root types

Issue #190 resolved
Jesper Öqvist created an issue

Subtypes of List or Opt should probably not be classified as root nodes. This can affect the missing inherited equation warnings. For example:

DynamicOpt: Opt;
inh boolean Opt.attr();

JastAdd will complain that attr lacks an equation because DynamicOpt is treated as a root type.

Comments (3)

  1. Log in to comment