regarding generics: if my type extends CrudReposit...
# announcements
b
regarding generics: if my type extends CrudRepository<X, Y> why is the type not within bounds when I use T: CrudRepository<X, Y>
s
could you give a minimal example of the code that’s giving you trouble?
s
It depends on where you use/define
T: CrudRepository<X, Y>
. It is hard to guess …
b
nvm, figured it out, typo
have a similar interface that has almost the same name