blob: 9e966981ce53b8cee4d02e97e545cf4706ea7380 [file] [log] [blame]
package test
interface K {
public fun foo(l: MutableList<String>): String
}