[FIR-IDE] Unmute passing test
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
|||||||
|
// FIR_COMPARISON
|
||||||
|
|
||||||
import java.util.Collections
|
import java.util.Collections
|
||||||
|
|
||||||
fun <T> checkSubtype(t: T) = t
|
fun <T> checkSubtype(t: T) = t
|
||||||
|
|
||||||
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())
|
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())
|
||||||
|
|||||||
Reference in New Issue
Block a user