Revert "Implicit exhaustive when annotation / highlighting"

This reverts commit 0cc09872b6.
This commit is contained in:
Mikhail Glukhikh
2016-02-12 17:51:21 +03:00
parent d344b5b991
commit 3049961b9a
8 changed files with 1 additions and 39 deletions
-6
View File
@@ -1,6 +0,0 @@
fun foo(b: Boolean): Int {
<info descr="When is implicitly exhaustive">when</info> (b) {
true -> return 1
false -> return 0
}
}