Kroppeb
07/20/2020, 10:44 PMParsedArgument<T>
I have a java class ParsedArgument<S,T>
(The S
parameter is actually never used in this class in java (i think it's for some extra compiletime safety or an oversight?), but I can't change either of these)
Is there any way to make an expect
for these, I alsways get this error:
Type arguments in the right-hand side of actual type alias should be its type parameters in the same order, e.g. 'actual typealias Foo<A, B> = Bar<A, B>'