This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
chengwenliang
/
new_que
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
e4ca853e6b
Branches
Tags
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