b1cf0ffcee
(not yet complete) own writer will be used to write both java and kotlin signatures
4 lines
61 B
Kotlin
4 lines
61 B
Kotlin
import java.util.List
|
|
|
|
fun <P1 : List<String>> id(p: P1) = p
|