[IR] update testdata: better support for IrEnumConstructorCall and IrEnumEntry

This commit is contained in:
Zalim Bashorov
2020-11-06 03:23:26 +03:00
committed by teamcityserver
parent 602f0ddbc8
commit 5500b014f5
18 changed files with 352 additions and 70 deletions
@@ -5,10 +5,6 @@ open class BaseConverter : BaseFirBuilder<Any> {
}
}
class DeclarationsConverter : BaseConverter {
@@ -18,9 +14,5 @@ class DeclarationsConverter : BaseConverter {
}
}