[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
@@ -31,4 +31,3 @@ class Test<T0 : Any?> {
}
}
@@ -78,4 +78,3 @@ class Test4<T : Any?> {
}
}
@@ -56,4 +56,3 @@ data class Test<T : Any?> {
}
}
@@ -42,4 +42,3 @@ class InPrimaryCtor<T : Any?> {
set
}
@@ -24,4 +24,3 @@ class Host {
}
}
@@ -18,4 +18,3 @@ class Outer<T1 : Any?> {
}
}
@@ -24,4 +24,3 @@ val test4: Function2<Int, Int, Unit>
}
get
@@ -12,4 +12,3 @@ fun <TT : Any?> outer() {
}
}
@@ -78,4 +78,3 @@ class Host<T : Any?> {
}
}
@@ -15,4 +15,3 @@ var <T : U, U : Any?> Test1<T, U>.test3: Unit
}
set(value: Unit) {
}
@@ -36,4 +36,3 @@ class Derived2 : Base2 {
}
}
@@ -25,4 +25,3 @@ fun box(): String {
}
))
}