Files
kotlin-fork/compiler/testData/readClass/fun/FunClassParamNullable.kt
T
2011-12-16 13:10:14 +04:00

7 lines
104 B
Kotlin

namespace test
import java.util.List
import java.lang.CharSequence
fun ff(p: List<CharSequence?>) = 1