I’m getting an error that I can find no explanatio...
# announcements
s
I’m getting an error that I can find no explanation for at all in the docs or on google generally: “Violation of Non-Expansive Inheritance Restriction for io.requery.query.LogicalCondition.” What is the Non-Expansive Inheritance Restriction?
k
What does this have to do with Kotlin?
Where does the error come from?
s
Well, it is the Kotlin compiler complaining about that on a class we are trying to write.
t
are you expanding the scope of a field or method? sounds like something that would be spit out while overriding a package scope method with a public one
or even the class I suppose
k
Can you show us the code?
s
k
On what line do you get the error?
t
I wonder if it is related to the generics
try slapping some @JvmSuppressWildcards on it?