[FIR-IDE] Unmute passing test

This commit is contained in:
Dmitriy Novozhilov
2020-10-16 15:24:38 +03:00
parent 9f5191f2a1
commit 5e406e8803
+3 -1
View File
@@ -1,5 +1,7 @@
// FIR_COMPARISON
import java.util.Collections
fun <T> checkSubtype(t: T) = t
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())