blob: 14d5affe430ac1cdcc26064c62eb6624306313ea [file] [log] [blame]
package test
interface Trait {
fun simple() {
}
fun generic(list: List<String>) {
}
}