[FIR TEST] Filter some particular tokens during createDebugInfo
This commit is contained in:
@@ -8,7 +8,7 @@ fun test_1(list: List<Set<A>>) {
|
||||
|
||||
fun test_2(list: List<Set<A>>) {
|
||||
sequence<A> {
|
||||
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.collections.MutableSet<A>")!>list.flatMapTo(mutableSetOf()) { it }<!>
|
||||
list.flatMapTo(mutableSetOf()) { it }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user