Fix false positive for if-else
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0099b7b3b1
commit
e59427edab
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
if (true) println("hello") else<caret>;
|
||||
println("hi")
|
||||
}
|
||||
Reference in New Issue
Block a user