I see. On a `FunSpec.returns()` call I see I can ...
# squarelibraries
d
I see. On a
FunSpec.returns()
call I see I can use the ClassName by providing a String for a package and a String for the name of the type, but I’m unsure how to make sure it returns with a * parameter. Am I correct in going for
ClassName
here over
FqName
? If so, how can I make sure it is parameterized by a *?
I’ve figured it out and will leave this here in case anyone see’s this in the future. Use
parameterizedBy( STAR )
after creating the
ClassName.