Files
kotlin-fork/j2k/tests/testData/ast/ifStatement/multiLine.java
T
2014-06-10 14:26:54 +04:00

3 lines
35 B
Java

//statement
if (true)
return 1;