Closed manuel-rubio closed 2 years ago
I was checking that this flag is being raised when I'm using @opaque for t(). I guess it should be included, the possibility to use not only @type t() :: ... but also @opaque t():: ....
@opaque
t()
@type t() :: ...
@opaque t():: ...
This was fixed in https://github.com/akoutmos/doctor/pull/52. A release should be cut in the next couple days :)
I was checking that this flag is being raised when I'm using
@opaque
fort()
. I guess it should be included, the possibility to use not only@type t() :: ...
but also@opaque t():: ...
.