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