This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
chengwenliang
/
new_que
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
5dbbe8bc76
Ramas
Etiquetas
master
new_que
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
kotlin
/
function.txt
function.txt
79 B
Histórico
Raw
1
2
3
4
5
6
fun a() = 1
fun b(a : Int) = a
fun <T> c() = 1
inline fun <reified T> d() = 1