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