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