Added a TODO statement on special treatment of properties in deserializer.
This commit is contained in:
committed by
alexander-gorshenev
parent
f10e826b52
commit
1e6240730b
@@ -40,6 +40,7 @@ interface IrDeserializer {
|
|||||||
// There was an attempt to solve this asymmetry in the symbol table
|
// There was an attempt to solve this asymmetry in the symbol table
|
||||||
// using property symbols, but it was not successful.
|
// using property symbols, but it was not successful.
|
||||||
// For now we have to live with a special treatment of properties.
|
// For now we have to live with a special treatment of properties.
|
||||||
|
// TODO: eventually get rid of this asymmetry.
|
||||||
fun findDeserializedDeclaration(propertyDescriptor: PropertyDescriptor): IrProperty?
|
fun findDeserializedDeclaration(propertyDescriptor: PropertyDescriptor): IrProperty?
|
||||||
fun declareForwardDeclarations()
|
fun declareForwardDeclarations()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user