[TD] Remove some outdated dumps in FIR_IDENTICAL tests

This commit is contained in:
Dmitriy Novozhilov
2021-01-20 17:36:20 +03:00
committed by TeamCityServer
parent 77115cea92
commit 842ed624a7
2 changed files with 0 additions and 12 deletions
@@ -1,6 +0,0 @@
fun test(x: Any?, y: Double): Boolean {
return when {
x is Int -> less(arg0 = x /*as Int */.toDouble(), arg1 = y)
else -> false
}
}
@@ -1,6 +0,0 @@
fun foo() {
}
fun test(): KFunction0<Unit> {
return CHECK_NOT_NULL<KFunction0<Unit>>(arg0 = ::foo)
}