package test import java.util.* public open class WrongValueParameterStructure2 { public open fun foo(p0 : String?, p1 : List>?) : String? = "" }