Searched refs:expandedType (Results 1 – 3 of 3) sorted by relevance
43 KSTypeReferenceImpl.getCached(ktTypeAliasSymbol.expandedType, this) in <lambda>()
163 is KtTypeAliasSymbol -> symbol.expandedType.toAbbreviatedType() in toAbbreviatedType()
693 …(constructor.declarationDescriptor as? TypeAliasDescriptor)?.expandedType?.withAbbreviation(this a… in <lambda>()697 val expandedType = type.expand() in <lambda>() constant698 return if (expandedType == type) this else substitute { expandedType } in <lambda>()