IR: move containerSource from descriptor to IrFunction, IrProperty

This commit is contained in:
Georgy Bronnikov
2020-08-09 13:29:11 +03:00
parent 4669e019d1
commit 04d93dfbce
41 changed files with 178 additions and 93 deletions
@@ -130,7 +130,7 @@ class AndroidSymbols(
}
}.symbol
val kotlinKClassJava: IrPropertySymbol = irFactory.buildProperty {
val kotlinKClassJava: IrPropertySymbol = irFactory.buildProperty() {
name = Name.identifier("java")
}.apply {
parent = kotlinJvm