[FIR] Implement ELSE_MISPLACED_IN_WHEN diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
7f4da93cc3
commit
00bc04b3df
Vendored
+1
-1
@@ -35,7 +35,7 @@ fun test() {
|
||||
val z = 1
|
||||
|
||||
when (z) {
|
||||
else -> 1
|
||||
<error descr="[ELSE_MISPLACED_IN_WHEN] ">else</error> -> 1
|
||||
1 -> 2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user