#EA-79158 Fix translation of empty 'when' statement
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package foo
|
||||
|
||||
fun box(): String {
|
||||
when {}
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user