[FIR] Remove meaningless TODO's

This commit is contained in:
Dmitriy Novozhilov
2020-09-14 16:09:50 +03:00
parent 73c8059884
commit 7c5160a968
2 changed files with 1 additions and 2 deletions
@@ -111,7 +111,7 @@ fun deserializeClassToSymbol(
val superTypesDeserialized = classProto.supertypes(context.typeTable).map { supertypeProto ->
typeDeserializer.simpleType(supertypeProto, ConeAttributes.Empty)
}// TODO: + c.components.additionalClassPartsProvider.getSupertypes(this@DeserializedClassDescriptor)
}
superTypesDeserialized.mapNotNullTo(superTypeRefs) {
if (it == null) return@mapNotNullTo null
@@ -339,7 +339,6 @@ class FirMemberDeserializer(private val c: FirDeserializationContext) {
val callableId = CallableId(c.packageFqName, c.relativeClassName, callableName)
val symbol = FirNamedFunctionSymbol(callableId)
val local = c.childContext(proto.typeParameterList)
// TODO: support contracts
val simpleFunction = buildSimpleFunction {
session = c.session