This website works better with JavaScript
Home
Explore
Help
Sign In
chengwenliang
/
new_que
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8245c1e88c
Branches
Tags
master
new_que
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
kotlin
/
function.txt
function.txt
79 B
History
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