Function's type

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