IR: removing WrappedDescriptors from symbols

This commit is contained in:
Georgy Bronnikov
2020-11-30 12:36:50 +03:00
parent 989d4350b1
commit d714adacae
32 changed files with 266 additions and 282 deletions
@@ -54,6 +54,10 @@ private class DescriptorlessIrFileSymbol : IrFileSymbol {
override val descriptor: PackageFragmentDescriptor
get() = error("Operation is unsupported")
@ObsoleteDescriptorBasedAPI
override val hasDescriptor: Boolean
get() = error("Operation is unsupported")
private var _owner: IrFile? = null
override val owner get() = _owner!!