Added a TODO statement on special treatment of properties in deserializer.

This commit is contained in:
Alexander Gorshenev
2019-01-15 13:51:50 +03:00
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
// using property symbols, but it was not successful.
// 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 declareForwardDeclarations()
}