i ran into this issue where a class im testing is said to override a final method remove, however this class specifically does not override remove, its parent class of Vector does. So I reran my Vector Test class and this error did not occur. the type hierarchy is:
IntVector (Class) -> NumberVector<Int> (Abstract Class) -> Vector<Int> (Class) -> VectorBase<Int> (Interface)
currently running kotest v4.2.0 with plugin version 1.1.16-IC-2020.1