Don't parse condition if there's no ( for if
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
while ()
|
||||
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
while ()
|
||||
|
||||
return
|
||||
}
|
||||