[TD] Update test data after previous commit

This commit is contained in:
Dmitriy Novozhilov
2020-12-15 12:58:53 +03:00
parent 49d9b85950
commit e1802fde29
306 changed files with 599 additions and 599 deletions
@@ -30,4 +30,4 @@ fun test_3(x: Any?) {
}
x.bar()
}
}
}
@@ -20,4 +20,4 @@ private fun foo(p: Sealed) {
is SubClass1 -> p.t
is SubClass2 -> "2"
}.length // should be resolved, but when is not considered as sealed because type of p is not a sealed class
}
}
@@ -3,4 +3,4 @@ fun test(func: (() -> Unit)?) {
if (func != null) {
func()
}
}
}