Closed Dimava closed 1 year ago
Seems like I've missed the fact that types are provided and not compiled
Base: 66.67% // Head: 66.67% // No change to project coverage :thumbsup:
Coverage data is based on head (
536f08d
) compared to base (5ec6888
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
While I was implementing a BandMatrix for myself I've noticed that editor does not suggest me to implement
get
/set
fields which I knew were abstract.Here's a fix.
Please check if it breaks any typings by making classes not implementing
get
/set
abstract (those classes should be madeabstract
then)