Don't parse entries if left brace absent in 'when'
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
when
|
||||
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
when
|
||||
|
||||
bar()
|
||||
}
|
||||