[FIR] Save IR dumps to .ir.txt files instead of .txt in tests

This is needed to avoid clashes between different dumps from different
  handlers
This commit is contained in:
Dmitriy Novozhilov
2021-10-01 12:31:45 +03:00
committed by TeamCityServer
parent 0f076e16ed
commit b454fcc1e0
1175 changed files with 1678 additions and 2577 deletions
@@ -83,7 +83,7 @@ val test_varWithAccessors: KMutableProperty0<Int>
field = ::varWithAccessors
get
val delegatedVal: Int /* by */
val delegatedVal: Int /* by */
field = Delegate
get(): Int {
return #delegatedVal$delegate.getValue(thisRef = null, kProp = ::delegatedVal)
@@ -93,7 +93,7 @@ val test_delegatedVal: KProperty0<Int>
field = ::delegatedVal
get
var delegatedVar: Int /* by */
var delegatedVar: Int /* by */
field = Delegate
get(): Int {
return #delegatedVar$delegate.getValue(thisRef = null, kProp = ::delegatedVar)
@@ -129,4 +129,3 @@ val test_varWithPrivateSet: KProperty1<C, Int>
val test_varWithProtectedSet: KProperty1<C, Int>
field = C::varWithProtectedSet
get