aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/genericFunctionWithConstraints.kt
blob: 11598ae7bcf5d1db1ce09f193fa1169cd7cb613a (plain)
1
2
3
4
5
6
/**
 * generic function
 */
fun <T : CharSequence> generic() {
}