[FIR TEST] Filter some particular tokens during createDebugInfo

This commit is contained in:
Mikhail Glukhikh
2020-11-17 18:52:28 +03:00
parent c602ccb33e
commit e7e162c7eb
4 changed files with 16 additions and 12 deletions
@@ -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 }
}
}