Quick fix "Add remaining when branches" with some tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Add remaining branches" "true"
|
||||
fun test(b: Boolean) = when(b) {
|
||||
false -> 0
|
||||
true -> throw AssertionError("")
|
||||
}
|
||||
Reference in New Issue
Block a user