FIR: apply minor test data fixes around type mismatch problems

This commit is contained in:
Mikhail Glukhikh
2021-04-13 13:57:45 +03:00
parent 9accd8c9ad
commit 78fc87ffb1
6 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
// FULL_JDK
import java.util.*
val x: SortedSet<Int> = <!INITIALIZER_TYPE_MISMATCH!>TreeSet()<!>
val x: SortedSet<Int> = TreeSet()