Update testdata

This commit is contained in:
Victor Petukhov
2021-07-23 11:29:15 +03:00
committed by Mikhael Bogdanov
parent f34726ff91
commit d2a7434cff
6 changed files with 36 additions and 13 deletions
@@ -22,5 +22,5 @@ interface TypePredicate : (KotlinType) -> Boolean {
fun <T : Any?> TypePredicate.expectedTypeFor(keys: Iterable<T>): Map<T, TypePredicate> =
keys.fold(SmartFMap.emptyMap<T, TypePredicate>()) { map, key ->
map.plus(<!NULLABLE_TYPE_PARAMETER_AGAINST_NOT_NULL_TYPE_PARAMETER!>key<!>, this)
map.plus(<!TYPE_MISMATCH!>key<!>, this)
}