[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
@@ -17,13 +17,13 @@ class Value<T : Any?> {
}
val <T : Any?> Value<T>.additionalText: Int /* by */
val <T : Any?> Value<T>.additionalText: Int /* by */
field = DVal(kmember = Value::text)
get(): Int {
return #additionalText$delegate.getValue(t = <this>, p = ::additionalText/*<T>()*/)
}
val <T : Any?> Value<T>.additionalValue: Int /* by */
val <T : Any?> Value<T>.additionalValue: Int /* by */
field = DVal(kmember = Value::value)
get(): Int {
return #additionalValue$delegate.getValue(t = <this>, p = ::additionalValue/*<T>()*/)
@@ -68,4 +68,3 @@ var <T : Any?> T.bar: T
val barRef: KMutableProperty1<String?, String?>
field = ::bar/*<String?>()*/
get