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