Don't report the same diagnsotics several times
This commit is contained in:
@@ -47,7 +47,7 @@ fun bar(block: () -> String) {}
|
||||
|
||||
fun test_5(b: Boolean) {
|
||||
bar {
|
||||
<!TYPE_MISMATCH, TYPE_MISMATCH!>if (b) {
|
||||
<!TYPE_MISMATCH!>if (b) {
|
||||
println("meh")
|
||||
}<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user