[FIR] Implement checker for exhaustive when's in expression position

This commit is contained in:
Dmitriy Novozhilov
2021-02-04 15:41:57 +03:00
parent 3f715e671d
commit 8dd9d98129
103 changed files with 919 additions and 617 deletions
@@ -72,7 +72,7 @@ fun main1() {
1."sdf"
1.{}
1.if (true) {}
1.<!INVALID_IF_AS_EXPRESSION!>if<!> (true) {}
}
fun test() {