[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:
committed by
TeamCityServer
parent
0f076e16ed
commit
b454fcc1e0
@@ -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?> {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -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?> {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -15,4 +15,3 @@ var <T : U, U : Any?> Test1<T, U>.test3: Unit
|
||||
}
|
||||
set(value: Unit) {
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -36,4 +36,3 @@ class Derived2 : Base2 {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -25,4 +25,3 @@ fun box(): String {
|
||||
}
|
||||
))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user