[TD] Remove some outdated dumps in FIR_IDENTICAL tests
This commit is contained in:
committed by
TeamCityServer
parent
77115cea92
commit
842ed624a7
compiler/testData/ir/irText/expressions/floatingPointComparisons/nullableAnyAsIntToDouble.fir.kt.txt
Vendored
-6
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user