Don't parse condition if there's no ( for if

This commit is contained in:
Nikolay Krasko
2014-06-23 20:20:24 +04:00
parent e06154c204
commit 2571797411
14 changed files with 286 additions and 7 deletions
@@ -0,0 +1,5 @@
fun test() {
while ()
return
}