Update FE tests

This commit is contained in:
Victor Petukhov
2021-08-04 15:29:11 +03:00
committed by teamcityserver
parent b6cb393796
commit 13cb3c138a
9 changed files with 71 additions and 44 deletions
@@ -1,9 +0,0 @@
// ISSUE: KT-41308, KT-47830
fun main() {
sequence {
val list: List<String>? = null
val outputList = <!DEBUG_INFO_EXPRESSION_TYPE("kotlin.collections.List<kotlin.String>")!>list ?: listOf()<!>
yieldAll(outputList)
}
}
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// ISSUE: KT-41308, KT-47830
fun main() {