IR: move containerSource from descriptor to IrFunction, IrProperty
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ class AndroidSymbols(
|
||||
}
|
||||
}.symbol
|
||||
|
||||
val kotlinKClassJava: IrPropertySymbol = irFactory.buildProperty {
|
||||
val kotlinKClassJava: IrPropertySymbol = irFactory.buildProperty() {
|
||||
name = Name.identifier("java")
|
||||
}.apply {
|
||||
parent = kotlinJvm
|
||||
|
||||
Reference in New Issue
Block a user