Function's type

Pablo avatar
Pablo
kotlin
02/13/2022 1:44 PM
92 B
11
Indexable
fun getId(/* params */name: String): Int // type
{
    return 777;
}
Editor is loading...