Files
2014-05-21 15:26:05 +04:00

5 lines
76 B
Kotlin

package test
trait K {
public fun foo(l: MutableList<String>): String
}