955300dd34
Consider a file with only private top-level properties compiled into a klib. If this klib is deserialized with deserializationStrategy.ALL (e.g. if this library if passed using the -Xinclude flag), initializers of these properties will not be generated in a final binary. This patch fixes this error by unconditionally adding IrFiles into deserialization queue if deserializationStrategy.ALL is specified. Issue #KT-34722 fixed