I just noticed that something as simple as
type
Test[T] = ref object of RootObj
method call[T](t: Test[T]) {.base.} = discard
Runnow generates a warning `generic methods are deprecated`. All my relevant projects rely on generics with methods. Is there a plan for the future for such projects?
