Home
About
API
searchcode server
PageRenderTime 6ms CodeModel.GetById 1ms app.highlight 1ms RepoModel.GetById 2ms app.codeStats 0ms
/samples/autoreturn/wrong.ooc
http://github.com/nddrylliog/oc
Unknown | 8 lines | 3 code | 5 blank | 0 comment | 0 complexity | 1794f2309535be980c25310f705d7559 MD5 |
raw file
1
2
3
getInt := func -> Int {
4
5
}
6
7
getInt()
8