773cb9efbe
#KT-4509 Fixed
5 lines
76 B
Kotlin
5 lines
76 B
Kotlin
package test
|
|
|
|
trait K {
|
|
public fun foo(l: MutableList<String>): String
|
|
} |