Function's type

 avatar
Pablo
kotlin
3 years ago
68 B
2
Indexable
fun getId(/* params */name: String): Int // type
{
    return 777;
}