Closed dsheets closed 9 years ago
type dep1 = Dep2(Dep1).B.c
points to #/module:Dep1/module:S/class:c which doesn't exist. S is a module type and not a module.
#/module:Dep1/module:S/class:c
S
Also
type dep2 = Dep5(Dep4).Z.X.b
points to #/module:Dep4/module:T/type:b instead of modtype:T.
#/module:Dep4/module:T/type:b
modtype:T
There was a bug in Path.Resolved.identifier. Should be fixed now.
Path.Resolved.identifier
points to
#/module:Dep1/module:S/class:c
which doesn't exist.S
is a module type and not a module.