You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sealedinterfaceITest {
data classTest1(valtest:String) : ITest
}
interfaceExtendable<T>
@optics
data classTestClass(valdetails:Extendable<outITest>) {
companionobject
}
e: file:///X/Y/Z/build/generated/ksp/jvm/jvmMain/kotlin/MyModule.TestClass__Optics.kt:9:81 Type mismatch: inferred type is MyModule.Extendable<out MyModule.ITest> but MyModule.Extendable<MyModule.ITest> was expected
Looks like it could be an easy fix?
The text was updated successfully, but these errors were encountered:
The following code gives the following error
Looks like it could be an easy fix?
The text was updated successfully, but these errors were encountered: