Revert "Implicit exhaustive when annotation / highlighting"
This reverts commit 0cc09872b6.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
fun foo(b: Boolean): Int {
|
||||
<info descr="When is implicitly exhaustive">when</info> (b) {
|
||||
true -> return 1
|
||||
false -> return 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user