FIR: apply minor test data fixes around type mismatch problems
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
// FULL_JDK
|
||||
|
||||
import java.util.*
|
||||
|
||||
val x: SortedSet<Int> = <!INITIALIZER_TYPE_MISMATCH!>TreeSet()<!>
|
||||
val x: SortedSet<Int> = TreeSet()
|
||||
|
||||
Reference in New Issue
Block a user