This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cc45cf2a4e4e70d0e7ff520810de9f41706bc3a2
kotlin-fork
/
j2k
/
tests
/
testData
/
ast
/
ifStatement
/
statement
/
ifStatementWithoutElse.kt
T
Andrey Breslav
d74b79d9db
Granular test configurations
2012-01-27 18:33:52 +04:00
5 lines
39 B
Kotlin
Raw
Blame
History
if
(
1
>
0
)
{
var
n
:
Int
=
1
return
n
}
Reference in New Issue
View Git Blame
Copy Permalink